python3Package.pyowm: add missing dependency setuptools
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
, pysocks
|
||||
, pythonOlder
|
||||
, requests
|
||||
, setuptools
|
||||
, pytestCheckHook
|
||||
, pythonRelaxDepsHook
|
||||
}:
|
||||
@@ -35,6 +36,7 @@ buildPythonPackage rec {
|
||||
geojson
|
||||
pysocks
|
||||
requests
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user