lol

python3Packages.pyowm: fix build

+9
+9
pkgs/development/python-modules/pyowm/default.nix
··· 6 , pythonOlder 7 , requests 8 , pytestCheckHook 9 }: 10 11 buildPythonPackage rec { ··· 21 rev = version; 22 hash = "sha256-cSOhm3aDksLBChZzgw1gjUjLQkElR2/xGFMOb9K9RME="; 23 }; 24 25 propagatedBuildInputs = [ 26 geojson
··· 6 , pythonOlder 7 , requests 8 , pytestCheckHook 9 + , pythonRelaxDepsHook 10 }: 11 12 buildPythonPackage rec { ··· 22 rev = version; 23 hash = "sha256-cSOhm3aDksLBChZzgw1gjUjLQkElR2/xGFMOb9K9RME="; 24 }; 25 + 26 + pythonRelaxDeps = [ 27 + "geojson" 28 + ]; 29 + 30 + nativeBuildInputs = [ 31 + pythonRelaxDepsHook 32 + ]; 33 34 propagatedBuildInputs = [ 35 geojson