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
|
||||
, colorama
|
||||
, packaging
|
||||
, pydantic_1
|
||||
, pydantic
|
||||
, requests
|
||||
, pygobject3
|
||||
, tqdm
|
||||
|
@ -38,7 +38,7 @@ buildPythonApplication rec {
|
|||
propagatedBuildInputs = [
|
||||
colorama
|
||||
packaging
|
||||
pydantic_1
|
||||
pydantic
|
||||
requests
|
||||
pygobject3
|
||||
tqdm
|
||||
|
|
Loading…
Reference in a new issue