gnome-extensions-cli: fix build by unpinning pydantic
It was complaining: Executing pythonRuntimeDepsCheck Checking runtime dependencies for gnome_extensions_cli-0.10.1-py3-none-any.whl - pydantic<3.0.0,>=2.3.0 not satisfied by version 1.10.14
This commit is contained in:
parent
a961743f95
commit
02cfa48f93
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
, poetry-core
|
, poetry-core
|
||||||
, colorama
|
, colorama
|
||||||
, packaging
|
, packaging
|
||||||
, pydantic_1
|
, pydantic
|
||||||
, requests
|
, requests
|
||||||
, pygobject3
|
, pygobject3
|
||||||
, tqdm
|
, tqdm
|
||||||
|
@ -38,7 +38,7 @@ buildPythonApplication rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
colorama
|
colorama
|
||||||
packaging
|
packaging
|
||||||
pydantic_1
|
pydantic
|
||||||
requests
|
requests
|
||||||
pygobject3
|
pygobject3
|
||||||
tqdm
|
tqdm
|
||||||
|
|
Loading…
Reference in a new issue