diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-02-03 09:08:20 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-03 09:08:20 +0200 |
commit | 0684a2f907151c20cee1643873547f7968fcbfa0 (patch) | |
tree | 9889721ba847b048341e43e8a204fdd302de823e /gnu | |
parent | 1eb343f9cf18544319bc4ac016845348816f7265 (diff) | |
download | patches-0684a2f907151c20cee1643873547f7968fcbfa0.tar patches-0684a2f907151c20cee1643873547f7968fcbfa0.tar.gz |
gnu: python-importlib-metadata: Fix test suite.
* gnu/packages/python-xyz.scm (python-importlib-metadata)[native-inputs]:
Add python-six.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a9b75db2da..abaec7f699 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5029,6 +5029,7 @@ for older versions of Python.") `(("python-zipp" ,python-zipp))) (native-inputs `(("python-setuptools-scm" ,python-setuptools-scm) + ("python-six" ,python-six) ("python-packaging" ,python-packaging-bootstrap))) (home-page "https://importlib-metadata.readthedocs.io/") (synopsis "Read metadata from Python packages") |