python313Packages.oralb-ble: remove disabled

This commit is contained in:
Fabian Affolter
2025-10-14 23:01:21 +02:00
committed by GitHub
parent 934315c1bb
commit 9fed54fc1e

View File

@@ -11,7 +11,6 @@
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -19,8 +18,6 @@ buildPythonPackage rec {
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "oralb-ble";