GNU bug report logs -
#70858
[PATCH 00/32] python-team: Remove native inputs
Previous Next
Full log
Message #424 received at 70858 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/django.scm (python-django-ldap)[native-inputs]: Remove
python-pypa-build, python-pip.
---
gnu/packages/django.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 6b67b66891..3924a237a2 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1550,10 +1550,7 @@ (define-public python-django-auth-ldap
(invoke "pip" "--no-cache-dir" "--no-input"
"install" "--no-deps" "--prefix" #$output whl)))))))
(native-inputs
- (list openldap python-wheel python-setuptools-scm python-toml
-
- ;; These can be removed after <https://bugs.gnu.org/46848>.
- python-pypa-build python-pip))
+ (list openldap python-wheel python-setuptools-scm python-toml))
(propagated-inputs
(list python-django python-ldap))
(home-page "https://github.com/django-auth-ldap/django-auth-ldap")
--
2.48.1
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.