mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: python-semver: Fix build.
* gnu/packages/python-xyz.scm: Add python-appdirs, python-distlib, python-importlib-metadata, python-filelock, and python-six to native-inputs in order to run the test suite.
This commit is contained in:
parent
c0f6446579
commit
b4e1ca0675
1 changed files with 6 additions and 1 deletions
|
@ -14597,7 +14597,12 @@ (define-public python-semver
|
|||
"183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-tox" ,python-tox)
|
||||
`(("python-appdirs" ,python-appdirs)
|
||||
("python-distlib" ,python-distlib)
|
||||
("python-importlib-metadata" ,python-importlib-metadata)
|
||||
("python-filelock" ,python-filelock)
|
||||
("python-six" ,python-six)
|
||||
("python-tox" ,python-tox)
|
||||
("python-virtualenv" ,python-virtualenv)))
|
||||
(home-page "https://github.com/k-bx/python-semver")
|
||||
(synopsis "Python helper for Semantic Versioning")
|
||||
|
|
Loading…
Reference in a new issue