mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
bab9607827
commit
968726d89f
1 changed files with 4 additions and 1 deletions
|
@ -4217,7 +4217,10 @@ Services (AWS) API.")
|
|||
'(#:tests? #f))
|
||||
(inputs
|
||||
(list python-importlib-resources
|
||||
python-executor))))
|
||||
python-executor))
|
||||
(native-inputs
|
||||
(list python-poetry-core
|
||||
python-pytest))))
|
||||
|
||||
|
||||
(define-public python-wsgiproxy2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue