3
5
Fork 0
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:
Christopher Lemmer Webber 2020-07-01 16:36:29 -04:00
parent b919d4048e
commit 054153b28c
No known key found for this signature in database
GPG key ID: 4BC025925FF8F4D3

View file

@ -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