Loading pkgs/development/python-modules/raincloudy/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ pytest-aiohttp, pytestCheckHook, pythonAtLeast, pythonOlder, requests, requests-mock, setuptools, Loading @@ -25,7 +24,7 @@ buildPythonPackage rec { pypriject = true; # https://github.com/vanstinator/raincloudy/issues/65 disabled = pythonOlder "3.7" || pythonAtLeast "3.12"; disabled = pythonAtLeast "3.12"; src = fetchFromGitHub { owner = "vanstinator"; Loading Loading
pkgs/development/python-modules/raincloudy/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ pytest-aiohttp, pytestCheckHook, pythonAtLeast, pythonOlder, requests, requests-mock, setuptools, Loading @@ -25,7 +24,7 @@ buildPythonPackage rec { pypriject = true; # https://github.com/vanstinator/raincloudy/issues/65 disabled = pythonOlder "3.7" || pythonAtLeast "3.12"; disabled = pythonAtLeast "3.12"; src = fetchFromGitHub { owner = "vanstinator"; Loading