Loading pkgs/development/python-modules/django-registration/default.nix +2 −6 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pdm-backend, confusable-homoglyphs, coverage, django, fetchFromGitHub, pdm-backend, pythonAtLeast, pythonOlder, }: buildPythonPackage rec { Loading @@ -15,8 +13,6 @@ buildPythonPackage rec { version = "5.1.0"; pyproject = true; disabled = pythonOlder "3.9" || pythonAtLeast "3.13"; src = fetchFromGitHub { owner = "ubernostrum"; repo = "django-registration"; Loading Loading
pkgs/development/python-modules/django-registration/default.nix +2 −6 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pdm-backend, confusable-homoglyphs, coverage, django, fetchFromGitHub, pdm-backend, pythonAtLeast, pythonOlder, }: buildPythonPackage rec { Loading @@ -15,8 +13,6 @@ buildPythonPackage rec { version = "5.1.0"; pyproject = true; disabled = pythonOlder "3.9" || pythonAtLeast "3.13"; src = fetchFromGitHub { owner = "ubernostrum"; repo = "django-registration"; Loading