From 968726d89fea8a9aa514049ee1b953f375b62a46 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 13 Nov 2024 18:16:18 +0100 Subject: 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 --- gnu/packages/python-web.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ba689a8a988..a80d037bdf5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 -- cgit v1.3