Merge pull request #229931 from natsukium/python3Packages.pyowm/fix

python3Packages.pyowm: fix build
This commit is contained in:
Weijia Wang 2023-05-05 00:40:24 +03:00 committed by GitHub
commit 52f2d5e67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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