From 607cdd0cda3e61bcaa24e116f0824f8c71bf696e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 9 Dec 2015 18:44:18 +0100 Subject: [PATCH] dev-python/kombu: Restrict *_all() phases to py2 --- dev-python/kombu/kombu-3.0.30.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/kombu/kombu-3.0.30.ebuild b/dev-python/kombu/kombu-3.0.30.ebuild index 373244c2322a3..d29d767f5229d 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