gnu: awscli-2: Add missing inputs.

* gnu/packages/python-web.scm (awscli-2)[native-inputs]: Add
python-poetry-core and python-pytest.

Change-Id: Ia0d160eca47f9e39ba902481c7146ad85b848c2a
This commit is contained in:
Ricardo Wurmus 2024-11-13 18:16:18 +01:00 committed by Sharlatan Hellseher
parent bab9607827
commit 968726d89f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4217,7 +4217,10 @@ Services (AWS) API.")
'(#:tests? #f)) '(#:tests? #f))
(inputs (inputs
(list python-importlib-resources (list python-importlib-resources
python-executor)))) python-executor))
(native-inputs
(list python-poetry-core
python-pytest))))
(define-public python-wsgiproxy2 (define-public python-wsgiproxy2