lol

python3Packages.pyowm: fix build

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