gnu: python-pytest-runner: Add python-setuptools as native-input.

* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add
  python-setuptools.
master
Efraim Flashner 2015-11-24 21:42:19 +02:00
parent 383af6b096
commit d50d097d58
1 changed files with 1 additions and 0 deletions

View File

@ -1598,6 +1598,7 @@ and many external plugins.")
#t)))))
(native-inputs
`(("python-pytest" ,python-pytest)
("python-setuptools" ,python-setuptools)
("python-setuptools-scm" ,python-setuptools-scm)))
(home-page "https://bitbucket.org/pytest-dev/pytest-runner")
(synopsis "Invoke py.test as a distutils command")