[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-simplegeneric: Add setuptools to native inputs.
From: |
Ricardo Wurmus |
Subject: |
02/02: gnu: python-simplegeneric: Add setuptools to native inputs. |
Date: |
Mon, 02 Nov 2015 13:28:02 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 69b96e5eee36dd2f15790c6022a5c162e3206291
Author: Ricardo Wurmus <address@hidden>
Date: Mon Nov 2 14:26:05 2015 +0100
gnu: python-simplegeneric: Add setuptools to native inputs.
* gnu/packages/python.scm (python-simplegeneric)[native-inputs]: Add
python-setuptools.
---
gnu/packages/python.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b37bb13..1055c6f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3961,7 +3961,8 @@ PickleShare.")
(base32 "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"))))
(build-system python-build-system)
(native-inputs
- `(("unzip" ,unzip)))
+ `(("python-setuptools" ,python-setuptools)
+ ("unzip" ,unzip)))
(home-page "http://cheeseshop.python.org/pypi/simplegeneric")
(synopsis "Python module for simple generic functions")
(description