guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-importlib-metadata: Fix test su


From: guix-commits
Subject: branch core-updates updated: gnu: python-importlib-metadata: Fix test suite.
Date: Mon, 03 Feb 2020 02:09:25 -0500

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

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0684a2f  gnu: python-importlib-metadata: Fix test suite.
0684a2f is described below

commit 0684a2f907151c20cee1643873547f7968fcbfa0
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Feb 3 09:08:20 2020 +0200

    gnu: python-importlib-metadata: Fix test suite.
    
    * gnu/packages/python-xyz.scm (python-importlib-metadata)[native-inputs]:
    Add python-six.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a9b75db..abaec7f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5029,6 +5029,7 @@ for older versions of Python.")
      `(("python-zipp" ,python-zipp)))
     (native-inputs
      `(("python-setuptools-scm" ,python-setuptools-scm)
+       ("python-six" ,python-six)
        ("python-packaging" ,python-packaging-bootstrap)))
     (home-page "https://importlib-metadata.readthedocs.io/";)
     (synopsis "Read metadata from Python packages")



reply via email to

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