diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-11-24 21:42:19 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-11-24 21:44:58 +0200 |
commit | d50d097d58a4df1b575f1239c11cd6b57fde68cf (patch) | |
tree | dcccda74040e8d610e4c059d97b213038f039c0a /gnu | |
parent | 383af6b0962616ca851414a93e371522d83842f2 (diff) | |
download | guix-d50d097d58a4df1b575f1239c11cd6b57fde68cf.tar guix-d50d097d58a4df1b575f1239c11cd6b57fde68cf.tar.gz |
gnu: python-pytest-runner: Add python-setuptools as native-input.
* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add
python-setuptools.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4edff94c68..bab64612b0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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") |