summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-miio/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-miio/default.nix')
-rw-r--r--pkgs/development/python-modules/python-miio/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/python-miio/default.nix b/pkgs/development/python-modules/python-miio/default.nix
index 12b8e76d37a9..0deb0563e8b5 100644
--- a/pkgs/development/python-modules/python-miio/default.nix
+++ b/pkgs/development/python-modules/python-miio/default.nix
@@ -11,14 +11,12 @@
defusedxml,
fetchPypi,
fetchpatch,
- importlib-metadata,
micloud,
netifaces,
poetry-core,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
- pythonOlder,
pytz,
pyyaml,
tqdm,
@@ -67,8 +65,7 @@ buildPythonPackage rec {
pyyaml
tqdm
zeroconf
- ]
- ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
+ ];
nativeCheckInputs = [
pytest-asyncio