mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
b919d4048e
commit
054153b28c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue