mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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
@ -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 New Issue
Block a user