mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
Merge pull request #229931 from natsukium/python3Packages.pyowm/fix
python3Packages.pyowm: fix build
This commit is contained in:
commit
52f2d5e67f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user