htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit fdc556da4f845a15fc551877c1a6170e9828fdbc Author: Hartmut Goebel <[email protected]> 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
