mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-pathpy: Add python-setuptools to native-inputs.
* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add python-setuptools.
This commit is contained in:
parent
0066de6f3a
commit
553b709ba1
1 changed files with 2 additions and 1 deletions
|
@ -3933,7 +3933,8 @@ (define-public python-pathpy
|
|||
(propagated-inputs
|
||||
`(("python-appdirs" ,python-appdirs)))
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)
|
||||
`(("python-setuptools" ,python-setuptools)
|
||||
("python-setuptools-scm" ,python-setuptools-scm)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-pytest-runner" ,python-pytest-runner)))
|
||||
(home-page "http://github.com/jaraco/path.py")
|
||||
|
|
Loading…
Reference in a new issue