tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pyowm: fix build
natsukium
2 years ago
25627185
46e739be
+9
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyowm
default.nix
+9
pkgs/development/python-modules/pyowm/default.nix
···
6
6
, pythonOlder
7
7
, requests
8
8
, pytestCheckHook
9
9
+
, pythonRelaxDepsHook
9
10
}:
10
11
11
12
buildPythonPackage rec {
···
21
22
rev = version;
22
23
hash = "sha256-cSOhm3aDksLBChZzgw1gjUjLQkElR2/xGFMOb9K9RME=";
23
24
};
25
25
+
26
26
+
pythonRelaxDeps = [
27
27
+
"geojson"
28
28
+
];
29
29
+
30
30
+
nativeBuildInputs = [
31
31
+
pythonRelaxDepsHook
32
32
+
];
24
33
25
34
propagatedBuildInputs = [
26
35
geojson