mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02: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 @@ 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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue