python3Packages.pyowm: fix build

This commit is contained in:
natsukium
2023-05-05 01:54:37 +09:00
parent 46e739be2b
commit 2562718511
@@ -6,6 +6,7 @@
, pythonOlder
, requests
, pytestCheckHook
, pythonRelaxDepsHook
}:
buildPythonPackage rec {
@@ -22,6 +23,14 @@ buildPythonPackage rec {
hash = "sha256-cSOhm3aDksLBChZzgw1gjUjLQkElR2/xGFMOb9K9RME=";
};
pythonRelaxDeps = [
"geojson"
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
propagatedBuildInputs = [
geojson
pysocks