mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-eventlet: Set EVENTLET_NO_GREENDNS=yes by default.
This error propagates and pollutes user experience in Guix. Until someone tackles how to actually fix it, if it's even fixable in Guix, change the hardcoded default. * gnu/packages/python-web.scm (python-eventlet): [arguments]<#:phases>: Set EVENTLET_NO_GREENDNS=yes by default in phase 'avoid-OSError. [description]: Update the description to warn about the changed default. (python-httpretty)[arguments]: Remove uneeded field. * gnu/packages/python-xyz.scm (python-pydevd)[arguments]<#:phases>: Unset the variable in phase 'pre-check. * gnu/packages/tor.scm (onionshare, onionshare-cli)[arguments] <#:phases>: Unset the variable in phase 'pre-check. Change-Id: Ic3897a9e0006338c3bc8b4bcddab0948e76a5d87 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
60b8b302d6
commit
b960746197
3 changed files with 18 additions and 25 deletions
|
@ -18762,9 +18762,6 @@ libmagic.")))
|
|||
(add-before 'check 'pre-check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
;; Without this we get this error: type object 'GreenSocket'
|
||||
;; has no attribute 'sendmsg'.
|
||||
(setenv "EVENTLET_NO_GREENDNS" "YES")
|
||||
(setenv "PYDEVD_USE_CYTHON" "YES"))))
|
||||
(add-after 'install 'install-attach-binary
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue