guix-commits
[Top][All Lists]
Advanced

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

53/57: gnu: python-pytest-xdist: Remove needless input python-apipkg.


From: Hartmut Goebel
Subject: 53/57: gnu: python-pytest-xdist: Remove needless input python-apipkg.
Date: Sat, 15 Oct 2016 14:08:16 +0000 (UTC)

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

commit c61d6347bbfb1a160779d26e0dbd9092c4e0d9eb
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 0089a4f..a2d67f0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1713,8 +1713,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]