diff options
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r-- | gnu/packages/python-check.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 14d1925240..6f257bf9ca 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -107,6 +107,7 @@ (sha256 (base32 "0cs8xya465wvb9dw0kdl7cvkxwrslhbma66y44r1mmsajcll7imc")))) (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/assertpy/assertpy") (synopsis "Simple assertion library for unit testing") (description |