aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-10 12:00:11 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:29 +0100
commitc4516ad206ab8558b3de5695fd62851855a31439 (patch)
tree13af2772c69c11e784402323d27f526a596d9652
parentb52ad3714a44db81a739069f8286f005923707a3 (diff)
downloadguix-c4516ad206ab8558b3de5695fd62851855a31439.tar.gz
guix-c4516ad206ab8558b3de5695fd62851855a31439.zip
gnu: python-pytest-xdist: Remove needless input python-apipkg.
* gnu/packages/python.scm (python-pytest-xdist): Remove input python-apipkg.
-rw-r--r--gnu/packages/python.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4410af2b49..e091ceff65 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1787,8 +1787,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