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.
parent
b919d4048e
commit
054153b28c
|
@ -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
|
||||
|
|
Reference in New Issue