Unverified Commit 9fed54fc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.oralb-ble: remove disabled

parent 934315c1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";