Add override for django-nested-admin

This commit is contained in:
Andreas Zweili 2022-11-19 18:42:11 +01:00
parent 7d0c438e79
commit 6b1145956e
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@
buildInputs = (old.buildInputs or [ ]) ++ [ super.setuptools ];
}
);
django-nested-admin = super.django-crispy-forms.overridePythonAttrs
(
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ super.setuptools ];
}
);
exceptiongroup = super.exceptiongroup.overridePythonAttrs
(
old: {