gnu: python-pathpy: Add a missing propagated input.

This fixes the build of 'python-pytest-shutil', amongst others.

* gnu/packages/python-xyz.scm (python-pathpy)[propagated-inputs]: Add
python-importlib-metadata.
This commit is contained in:
Maxim Cournoyer 2019-09-13 00:05:09 +09:00
parent 237d4cf73c
commit 01a53e0b37
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4972,7 +4972,8 @@ (define-public python-pathpy
(outputs '("out" "doc"))
(build-system python-build-system)
(propagated-inputs
`(("python-appdirs" ,python-appdirs)))
`(("python-appdirs" ,python-appdirs)
("python-importlib-metadata" ,python-importlib-metadata)))
(native-inputs
`(("python-setuptools-scm" ,python-setuptools-scm)
("python-sphinx" ,python-sphinx)