python312Packages.django-registration: remove (incorrect) disabled attribute (#378944)

This commit is contained in:
Gaétan Lepage
2025-02-02 23:12:58 +01:00
committed by GitHub
@@ -1,13 +1,11 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
pdm-backend,
confusable-homoglyphs,
coverage,
django,
fetchFromGitHub,
pdm-backend,
pythonAtLeast,
pythonOlder,
}:
buildPythonPackage rec {
@@ -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";