python313Packages.swisshydrodata: fix build
fixes https://hydra.nixos.org/build/290703010
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
pytest-cov-stub,
|
||||
pythonOlder,
|
||||
requests-mock,
|
||||
requests,
|
||||
aiohttp,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -25,10 +27,14 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ requests ];
|
||||
dependencies = [
|
||||
requests
|
||||
aiohttp
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-cov-stub
|
||||
requests-mock
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user