python313Packages.denonavr: remove disabled

This commit is contained in:
Fabian Affolter
2025-05-13 16:25:47 +02:00
parent 06f5630c07
commit 22de14731c
@@ -10,9 +10,9 @@
httpx,
netifaces,
pytest-asyncio,
pytestCheckHook,
pytest-httpx,
pytest-timeout,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -22,8 +22,6 @@ buildPythonPackage rec {
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ol-iver";
repo = "denonavr";