Unverified Commit 52f2d5e6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python3Packages.pyowm: fix build
parents ad12aeb5 25627185
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