We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f5630 commit 22de147Copy full SHA for 22de147
pkgs/development/python-modules/denonavr/default.nix
@@ -10,9 +10,9 @@
10
httpx,
11
netifaces,
12
pytest-asyncio,
13
- pytestCheckHook,
14
pytest-httpx,
15
pytest-timeout,
+ pytestCheckHook,
16
pythonOlder,
17
setuptools,
18
}:
@@ -22,8 +22,6 @@ buildPythonPackage rec {
22
version = "1.1.0";
23
pyproject = true;
24
25
- disabled = pythonOlder "3.7";
26
-
27
src = fetchFromGitHub {
28
owner = "ol-iver";
29
repo = "denonavr";
0 commit comments