gnu: python-py: Add missing dependency on setuptools-scm.
* gnu/packages/python.scm (python-py)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
This commit is contained in:
parent
a422e2478e
commit
bc46a45ae7
|
@ -1725,6 +1725,8 @@ matching them against a list of media-ranges.")
|
||||||
;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
|
;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
|
||||||
;; Is this module globally installed?"
|
;; Is this module globally installed?"
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(home-page "http://pylib.readthedocs.io/")
|
(home-page "http://pylib.readthedocs.io/")
|
||||||
(synopsis "Python library for parsing, I/O, instrospection, and logging")
|
(synopsis "Python library for parsing, I/O, instrospection, and logging")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue