guix-commits
[Top][All Lists]
Advanced

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

19/43: FIXUP: remove inherit + property


From: Hartmut Goebel
Subject: 19/43: FIXUP: remove inherit + property
Date: Tue, 18 Oct 2016 11:20:08 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 999af9386f18e2eb1e0bced73064c87f470afa94
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 16 22:11:17 2016 +0200

    FIXUP:  remove inherit + property
---
 gnu/packages/python.scm |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d9ac3f6..e87a109 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4876,16 +4876,10 @@ as possible in order to be comprehensible and easily 
extensible.")
      "q is a Python module for \"print\" style of debugging Python code.  It
 provides convenient short API for print out of values, tracebacks, and
 falling into the Python interpreter.")
-    (license license:asl2.0)
-    (properties `((python2-variant . ,(delay python2-q))))))
+    (license license:asl2.0)))
 
 (define-public python2-q
-  (let ((base (package-with-python2 (strip-python2-variant python-q))))
-    (package
-      (inherit base)
-      (native-inputs
-       `(("python2-setuptools" ,python2-setuptools)
-         ,@(package-native-inputs base))))))
+  (package-with-python2 python-q))
 
 (define-public python-testlib
   (package



reply via email to

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