Skip to content

Commit 22de147

Browse files
committed
python313Packages.denonavr: remove disabled
1 parent 06f5630 commit 22de147

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkgs/development/python-modules/denonavr/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
httpx,
1111
netifaces,
1212
pytest-asyncio,
13-
pytestCheckHook,
1413
pytest-httpx,
1514
pytest-timeout,
15+
pytestCheckHook,
1616
pythonOlder,
1717
setuptools,
1818
}:
@@ -22,8 +22,6 @@ buildPythonPackage rec {
2222
version = "1.1.0";
2323
pyproject = true;
2424

25-
disabled = pythonOlder "3.7";
26-
2725
src = fetchFromGitHub {
2826
owner = "ol-iver";
2927
repo = "denonavr";

0 commit comments

Comments
 (0)