gnu: python-pytest-xdist: Remove needless input python-apipkg.
* gnu/packages/python.scm (python-pytest-xdist): Remove input python-apipkg.
This commit is contained in:
parent
b52ad3714a
commit
c4516ad206
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue