Unverified Commit 25627185 authored by natsukium's avatar natsukium
Browse files

python3Packages.pyowm: fix build

parent 46e739be
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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