mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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:
parent
5a31eb7d35
commit
620206b680
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue