diff --git a/pkgs/development/python-modules/pylamarzocco/default.nix b/pkgs/development/python-modules/pylamarzocco/default.nix index 2a05a85a4e14..af4e7bb0c728 100644 --- a/pkgs/development/python-modules/pylamarzocco/default.nix +++ b/pkgs/development/python-modules/pylamarzocco/default.nix @@ -9,7 +9,6 @@ mashumaro, pytest-asyncio, pytestCheckHook, - pythonOlder, setuptools, syrupy, }: @@ -19,8 +18,6 @@ buildPythonPackage rec { version = "2.1.0"; pyproject = true; - disabled = pythonOlder "3.12"; - src = fetchFromGitHub { owner = "zweckj"; repo = "pylamarzocco";