mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pytest-runner: Add python-setuptools as native-input.
* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add python-setuptools.
This commit is contained in:
parent
383af6b096
commit
d50d097d58
1 changed files with 1 additions and 0 deletions
|
@ -1598,6 +1598,7 @@ (define-public python-pytest-runner
|
|||
#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")
|
||||
|
|
Loading…
Reference in a new issue