guix-commits
[Top][All Lists]
Advanced

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

54/103: gnu: python-pytest-xdist: Remove needless input python-apipkg.


From: Hartmut Goebel
Subject: 54/103: gnu: python-pytest-xdist: Remove needless input python-apipkg.
Date: Tue, 25 Oct 2016 17:47:53 +0000 (UTC)

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

commit fdc556da4f845a15fc551877c1a6170e9828fdbc
Author: Hartmut Goebel <address@hidden>
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 de82278..312121a 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

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