gnu: python-simplegeneric: Add setuptools to native inputs.

* gnu/packages/python.scm (python-simplegeneric)[native-inputs]: Add
  python-setuptools.
This commit is contained in:
Ricardo Wurmus 2015-11-02 14:26:05 +01:00
parent 6b5b656f71
commit 69b96e5eee

View file

@ -3961,7 +3961,8 @@ (define-public python-simplegeneric
(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