summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index de72374bb4..f01843185c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4139,7 +4139,8 @@ WebSocket usage in Python programs.")
(propagated-inputs
(list python-requests))
(native-inputs
- (list python-pytest python-pytest-cov))
+ (list python-pytest python-pytest-cov
+ python-setuptools python-wheel))
(home-page "https://github.com/ithaka/apiron")
(synopsis "Python wrapper for interacting with RESTful APIs")
(description