me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 3 additions and 1 deletions

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