gnu: python-eventlet: Add missing dependencies.
* gnu/packages/python-xyz.scm (python-eventlet)[propagated-inputs]: Add python-dnspython and python-monotonic.master
parent
5a31eb7d35
commit
620206b680
|
@ -1882,7 +1882,9 @@ standard.")
|
|||
"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))
|
||||
|
|
Reference in New Issue