guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: update inputs for python-django-simple-math-captcha


From: Hartmut Goebel
Subject: [PATCH] gnu: update inputs for python-django-simple-math-captcha
Date: Thu, 14 Apr 2016 20:19:56 +0200

* gnu/packages/django.scm: (python-django-simple-math-captcha)
  move python-setuptools to native-imports
---
 gnu/packages/django.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 12e2bb1..1ae103c 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -71,8 +71,9 @@ DRY principle.")
           "0906hms6y6znjhpd0g4wmzv9vcla4brkdpsm4zha9zdj8g5vq2hd"))))
   (build-system python-build-system)
   (inputs
-    `(("python-django" ,python-django)
-      ("python-setuptools" ,python-setuptools)))
+    `(("python-django" ,python-django)))
+  (native-inputs
+    `(("python-setuptools" ,python-setuptools)))
   (home-page "https://github.com/alsoicode/django-simple-math-captcha";)
   (synopsis
     "Easy-to-use math field/widget captcha for Django forms")
-- 
2.7.4




reply via email to

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