python313Packages.yalexs-ble: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-26 08:48:53 +01:00
committed by GitHub
parent 95238b20f7
commit 1792dd1b76
@@ -12,7 +12,6 @@
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -20,8 +19,6 @@ buildPythonPackage rec {
version = "3.2.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "bdraco";
repo = "yalexs-ble";