diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-10 12:00:11 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:29 +0100 |
commit | c4516ad206ab8558b3de5695fd62851855a31439 (patch) | |
tree | 13af2772c69c11e784402323d27f526a596d9652 | |
parent | b52ad3714a44db81a739069f8286f005923707a3 (diff) | |
download | guix-c4516ad206ab8558b3de5695fd62851855a31439.tar guix-c4516ad206ab8558b3de5695fd62851855a31439.tar.gz |
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.scm | 3 |
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 |