diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
