gnu: python2-pluggy: Update to 0.13.1.
* gnu/packages/python-xyz.scm (python-pluggy)[source, version]: Remove. [propagated-inputs]: Add PYTHON2-IMPORTLIB-METADATA.
This commit is contained in:
parent
5e7202bbdf
commit
db6fb90a1f
1 changed files with 2 additions and 7 deletions
|
@ -8783,13 +8783,8 @@ Pytest but stripped of Pytest specific details.")
|
||||||
python-pluggy))))
|
python-pluggy))))
|
||||||
(package/inherit
|
(package/inherit
|
||||||
base
|
base
|
||||||
(version "0.11.0")
|
(propagated-inputs
|
||||||
(source (origin
|
`(("python-importlib-metadata" ,python2-importlib-metadata))))))
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "pluggy" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"10511a54dvafw1jrk75mrhml53c7b7w4yaw7241696lc2hfvr895")))))))
|
|
||||||
|
|
||||||
(define-public python-tox
|
(define-public python-tox
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue