python3Packages.pyradios: Fix package

This needs setuptools at runtime. Probably a regression of
c838a3ac1e.
This commit is contained in:
Janne Heß 2022-04-28 15:17:53 +02:00
parent 811f5dbc4d
commit e5e550d9f0
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -3,6 +3,7 @@
, fetchPypi
, appdirs
, requests
, setuptools
, pythonOlder
}:
@ -21,6 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
appdirs
requests
setuptools
];
# Tests and pythonImportsCheck require network access