summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-09 18:44:18 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-09 20:06:47 +0100
commit607cdd0cda3e61bcaa24e116f0824f8c71bf696e (patch)
tree8f9944bf16f211097e397d08e76c06245dc31760 /dev-python/kombu
parentdev-python/http-parser: Replace custom cython dep with python_gen_cond_dep (diff)
downloadgentoo-607cdd0cda3e61bcaa24e116f0824f8c71bf696e.tar.gz
gentoo-607cdd0cda3e61bcaa24e116f0824f8c71bf696e.tar.bz2
gentoo-607cdd0cda3e61bcaa24e116f0824f8c71bf696e.zip
dev-python/kombu: Restrict *_all() phases to py2
Diffstat (limited to 'dev-python/kombu')
-rw-r--r--dev-python/kombu/kombu-3.0.30.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/kombu/kombu-3.0.30.ebuild b/dev-python/kombu/kombu-3.0.30.ebuild
index 373244c2322a..d29d767f5229 100644
--- a/dev-python/kombu/kombu-3.0.30.ebuild
+++ b/dev-python/kombu/kombu-3.0.30.ebuild
@@ -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