diff options
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index f1938d7b11..413b588630 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -2057,7 +2057,7 @@ of people.") (base32 "0ysqylpyv17s52634wn3vrwf7y9b5ig7fdfv8vwj1272lvv68qgk")))) (build-system pyproject-build-system) - (native-inputs (list python-nose2)) + (native-inputs (list python-nose2 python-setuptools python-wheel)) (inputs (list python-jwcrypto python-numpy @@ -5184,11 +5184,9 @@ their web site.") line)))))))) (inputs (list python)) (propagated-inputs - (list python-boto3 - python-botocore - python-docutils - python-six - python-virtualenv)) + (list python-boto3 python-botocore python-docutils + python-six python-pip python-virtualenv)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/4dn-dcic/python-lambda") (synopsis "Toolkit for developing and deploying Python code in AWS Lambda") |