aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/license.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/license.scm')
-rw-r--r--gnu/packages/license.scm17
1 files changed, 11 insertions, 6 deletions
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index b2216615b9..53a0b98f9a 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -191,12 +191,17 @@ belonging to various licenses.")
(add-before 'check 'chdir
(lambda _
(chdir "/tmp"))))))
- (native-inputs (list python-poetry-core python-pytest))
- (inputs (list python-binaryornot
- python-boolean.py
- python-debian
- python-jinja2
- python-license-expression))
+ (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-setuptools)) ; For pkg_resources.
(home-page "https://reuse.software/")
(synopsis "Provide and verify copyright and licensing information")
(description