diff options
author | 2015-12-09 18:44:18 +0100 | |
---|---|---|
committer | 2015-12-09 20:06:47 +0100 | |
commit | 607cdd0cda3e61bcaa24e116f0824f8c71bf696e (patch) | |
tree | 8f9944bf16f211097e397d08e76c06245dc31760 /dev-python/kombu | |
parent | dev-python/http-parser: Replace custom cython dep with python_gen_cond_dep (diff) | |
download | gentoo-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.ebuild | 4 |
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 |