python312Packages.django-registration: remove (incorrect) disabled attribute (#378944)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user