Unverified Commit 2703e51a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 2200f3e6 5325b6be
Loading
Loading
Loading
Loading
+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 {
@@ -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";