gnu: python-eventlet: Add missing dependencies.

* gnu/packages/python-xyz.scm (python-eventlet)[propagated-inputs]: Add
python-dnspython and python-monotonic.
This commit is contained in:
Eric Bavier 2021-03-13 20:38:20 -06:00
parent 5a31eb7d35
commit 620206b680
No known key found for this signature in database
GPG key ID: FD73CAC719D32566

View file

@ -1882,7 +1882,9 @@ (define-public python-eventlet
"1hgz8jq19wlz8vwqj900ry8cjv578nz4scc91mlc8944yid6573c"))))
(build-system python-build-system)
(propagated-inputs
`(("python-greenlet" ,python-greenlet)))
`(("python-dnspython" ,python-dnspython)
("python-greenlet" ,python-greenlet)
("python-monotonic" ,python-monotonic)))
(arguments
;; TODO: Requires unpackaged 'enum-compat'.
'(#:tests? #f))