mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
python3Packages.aiopvpc: fix build; add missing holidays dependency
This commit is contained in:
parent
9fb9778cf0
commit
154022d7c0
@ -4,6 +4,7 @@
|
||||
, backports-zoneinfo
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, holidays
|
||||
, poetry-core
|
||||
, pytest-asyncio
|
||||
, pytest-timeout
|
||||
@ -32,6 +33,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
backports-zoneinfo
|
||||
holidays
|
||||
tzdata
|
||||
async-timeout
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user