htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 9a5d0d9af3486b2dc344c67d1e7ad172798d6c84
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Mon Oct 10 12:00:11 2016 +0200

    gnu: python-pytest-xdist: Remove needless input python-apipkg.
    
    * gnu/packages/python.scm (python-pytest-xdist): Remove input
      python-apipkg.
---
 gnu/packages/python.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8eda09c..dbe5016 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1714,8 +1714,7 @@ same arguments.")
      `(("unzip" ,unzip)
        ("python-setuptools-scm" ,python-setuptools-scm)))
     (propagated-inputs
-     `(("python-apipkg" ,python-apipkg)
-       ("python-execnet" ,python-execnet)
+     `(("python-execnet" ,python-execnet)
        ("python-pytest" ,python-pytest)
        ("python-py" ,python-py)))
     (home-page

Reply via email to