dev-python/kombu: Restrict *_all() phases to py2

This commit is contained in:
Michał Górny
2015-12-09 18:44:18 +01:00
parent cfe5896f6b
commit 607cdd0cda

View File

@@ -65,6 +65,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-NA-tests-fix.patch
)
pkg_setup() {
use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
}
python_prepare_all() {
https://github.com/celery/kombu/issues/246
sed -e 's:kombu.transports:kombu.transport:' -i funtests/tests/test_django.py