guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python2-unittest2: Use python2-setuptools.


From: Efraim Flashner
Subject: 01/02: gnu: python2-unittest2: Use python2-setuptools.
Date: Wed, 25 Nov 2015 18:57:55 +0000

efraim pushed a commit to branch master
in repository guix.

commit 7957fe6c10820446a58d56a29dbcffc650557414
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 25 16:34:25 2015 +0200

    gnu: python2-unittest2: Use python2-setuptools.
    
    * gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from
    python-setuptools to python2-setuptools.
---
 gnu/packages/python.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6d1a8e0..94df2b6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1504,7 +1504,7 @@ standard library.")
         (base32
          "0wbs4i4x3x7klr3v35ss6p9mcqz883i1xgcpkhvl7n2lyv6yhpda"))))
     (inputs
-     `(("python2-setuptools" ,python-setuptools)))
+     `(("python2-setuptools" ,python2-setuptools)))
     (arguments
      `(#:python ,python-2
        #:tests? #f)))) ; no setup.py test command



reply via email to

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