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

2016-10-15 Thread Hartmut Goebel
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit c61d6347bbfb1a160779d26e0dbd9092c4e0d9eb
Author: Hartmut Goebel 
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



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

2016-10-13 Thread Hartmut Goebel
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 0d7071ca2b42079afdc346a39fcc60a95f1d5164
Author: Hartmut Goebel 
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 7c90c9b..54fc1b8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1708,8 +1708,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