[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-grequests: Fix tests by adding zope d
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-grequests: Fix tests by adding zope dependencies. |
Date: |
Thu, 02 Jul 2020 08:16:31 -0400 |
This is an automated email from the git hooks/post-receive script.
cwebber pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 054153b gnu: python-grequests: Fix tests by adding zope dependencies.
054153b is described below
commit 054153b28cea697d0439127ffdea4aadfd5c2e0a
Author: Christopher Lemmer Webber <cwebber@dustycloud.org>
AuthorDate: Wed Jul 1 16:36:29 2020 -0400
gnu: python-grequests: Fix tests by adding zope dependencies.
* gnu/packages/python-web.scm (python-grequests)[native-inputs]:
Add python-zope.interface, python-zope.event.
---
gnu/packages/python-web.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 030abef..c929e25 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2010,7 +2010,9 @@ library.")
`(("python-gevent" ,python-gevent)
("python-requests" ,python-requests)))
(native-inputs
- `(("python-nose" ,python-nose)))
+ `(("python-nose" ,python-nose)
+ ("python-zope.interface" ,python-zope-interface)
+ ("python-zope.event" ,python-zope-event)))
(home-page "https://github.com/kennethreitz/grequests")
(synopsis "Python library for asynchronous HTTP requests")
(description "GRequests is a Python library that allows you to use
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-grequests: Fix tests by adding zope dependencies.,
guix-commits <=