diff --git a/pkgs/development/python-modules/pubnub/default.nix b/pkgs/development/python-modules/pubnub/default.nix index d04aa44985b8..bb4d41087b6f 100644 --- a/pkgs/development/python-modules/pubnub/default.nix +++ b/pkgs/development/python-modules/pubnub/default.nix @@ -11,7 +11,6 @@ pytest-asyncio, pytest-vcr, pytestCheckHook, - pythonOlder, requests, setuptools, }: @@ -21,8 +20,6 @@ buildPythonPackage rec { version = "10.5.0"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchFromGitHub { owner = "pubnub"; repo = "python";