me
/
guix
Archived
1
0
Fork 0

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.
master
Roel Janssen 2020-03-09 14:50:35 +01:00
parent c0f6446579
commit b4e1ca0675
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC
1 changed files with 6 additions and 1 deletions

View File

@ -14597,7 +14597,12 @@ such as figshare or Zenodo.")
"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")