guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

232/361: gnu: python-django-4.2: Adjust inputs.


From: guix-commits
Subject: 232/361: gnu: python-django-4.2: Adjust inputs.
Date: Fri, 22 Nov 2024 06:00:48 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 84fb550f2fb32a21ccfd157ffd45724ef918ea2f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 12:34:52 2024 +0000

    gnu: python-django-4.2: Adjust inputs.
    
    * gnu/packages/django.scm (python-django-4.2) [native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: Ie949aaf8ea006fa4e87105fed9c80a71507ed01a
---
 gnu/packages/django.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 79ce4130d2..14e0dc64d9 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -116,8 +116,10 @@
            python-numpy
            python-pillow
            python-pyyaml
+           python-setuptools
            ;; optional for tests: python-selenium
-           python-tblib))
+           python-tblib
+           python-wheel))
     (propagated-inputs
      (list python-asgiref
            python-sqlparse



reply via email to

[Prev in Thread] Current Thread [Next in Thread]