diff options
Diffstat (limited to 'gnu/packages/license.scm')
-rw-r--r-- | gnu/packages/license.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index b2216615b9..dac5966614 100644 --- a/gnu/packages/license.scm +++ b/gnu/packages/license.scm @@ -191,12 +191,13 @@ belonging to various licenses.") (add-before 'check 'chdir (lambda _ (chdir "/tmp")))))) - (native-inputs (list python-poetry-core python-pytest)) + (native-inputs (list python-poetry-core python-pytest python-wheel)) (inputs (list python-binaryornot python-boolean.py python-debian python-jinja2 - python-license-expression)) + python-license-expression + python-setuptools)) ; For pkg_resources. (home-page "https://reuse.software/") (synopsis "Provide and verify copyright and licensing information") (description |