GNU bug report logs - #70858
[PATCH 00/32] python-team: Remove native inputs

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 10 May 2024 07:50:01 UTC

Severity: normal

Tags: patch

Full log


Message #424 received at 70858 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v4 47/52] gnu: python-django-ldap: Remove uneeded
 native-inputs.
Date: Wed, 26 Feb 2025 04:10:55 +0100
* 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.