guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-semver: Fix build.


From: guix-commits
Subject: branch master updated: gnu: python-semver: Fix build.
Date: Mon, 09 Mar 2020 09:51:47 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b4e1ca0  gnu: python-semver: Fix build.
b4e1ca0 is described below

commit b4e1ca0675571f3cda2a00afb3a2f0f01ff500f9
Author: Roel Janssen <address@hidden>
AuthorDate: Mon Mar 9 14:50:35 2020 +0100

    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.
---
 gnu/packages/python-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 25dfe90..4db272e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]