diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-11 11:00:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:43 +0100 |
commit | 5521432afbb94acc26913e7d6d0de3e294fcd35b (patch) | |
tree | 352d6460de1ca00284b686132ab16f89165f80de /gnu/packages/python-xyz.scm | |
parent | 26b288fabcbe1d3951c3430a8e54f2fc3a31874d (diff) |
gnu: python-ailment: Add missing inputs.
* gnu/packages/python-xyz.scm (python-ailment)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ie129cd325decbe1f67d641ec9c57b366a1371a34
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 7ea9c59386..cfc9d97d13 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35753,6 +35753,7 @@ metadata.") (when tests? (with-directory-excursion "tests" (invoke "python" "-m" "unittest")))))))) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/angr/ailment") (synopsis "The angr intermediate language") (description |