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:
Marius Bakke 2018-07-23 20:59:22 +02:00
parent a422e2478e
commit bc46a45ae7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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'.
;; Is this module globally installed?"
'(#:tests? #f))
(native-inputs
`(("python-setuptools-scm" ,python-setuptools-scm)))
(home-page "http://pylib.readthedocs.io/")
(synopsis "Python library for parsing, I/O, instrospection, and logging")
(description