commit: 3836cdd2f7b11e9dfb4ea54777621b4820b96c48
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sun Apr 12 02:33:30 2020 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sun Apr 12 02:33:30 2020 +0000
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=3836cdd2
patch async import error
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
sys-apps/0install/0install-2.3.7.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-apps/0install/0install-2.3.7.ebuild
b/sys-apps/0install/0install-2.3.7.ebuild
index 0155ffe..4b84f5f 100644
--- a/sys-apps/0install/0install-2.3.7.ebuild
+++ b/sys-apps/0install/0install-2.3.7.ebuild
@@ -26,6 +26,7 @@ python_check_deps() {
python_prepare_all() {
# Change manpage install path (Bug 207495)
sed -i 's:man/man1:share/man/man1:' setup.py || die 'Documentation path
fix sed failed.'
+ sed -i 's:from async_compat import:from
zeroinstall.support.async_compat import:' zeroinstall/support/tasks.py || die
'async import sed failed.'
distutils-r1_python_prepare_all
}