diff --git a/dev-python/kombu/kombu-3.0.26.ebuild b/dev-python/kombu/kombu-3.0.26.ebuild index 4012ab743b769..3c17ab25be158 100644 --- a/dev-python/kombu/kombu-3.0.26.ebuild +++ b/dev-python/kombu/kombu-3.0.26.ebuild @@ -61,7 +61,7 @@ PATCHES=( "${FILESDIR}"/${PN}-NA-tests-fix.patch \ "${FILESDIR}"/${P}-pymongo-test-fix.patch ) python_prepare_all() { - https://github.com/celery/kombu/issues/246 + # https://github.com/celery/kombu/issues/246 sed -e 's:kombu.transports:kombu.transport:' -i funtests/tests/test_django.py distutils-r1_python_prepare_all } diff --git a/dev-python/kombu/kombu-3.0.29.ebuild b/dev-python/kombu/kombu-3.0.29.ebuild index 373244c2322a3..bdc4c1c061804 100644 --- a/dev-python/kombu/kombu-3.0.29.ebuild +++ b/dev-python/kombu/kombu-3.0.29.ebuild @@ -66,7 +66,7 @@ PATCHES=( ) python_prepare_all() { - https://github.com/celery/kombu/issues/246 + # https://github.com/celery/kombu/issues/246 sed -e 's:kombu.transports:kombu.transport:' -i funtests/tests/test_django.py distutils-r1_python_prepare_all } diff --git a/dev-python/kombu/kombu-3.0.30.ebuild b/dev-python/kombu/kombu-3.0.30.ebuild index d29d767f5229d..7e938932b6421 100644 --- a/dev-python/kombu/kombu-3.0.30.ebuild +++ b/dev-python/kombu/kombu-3.0.30.ebuild @@ -70,7 +70,7 @@ pkg_setup() { } python_prepare_all() { - https://github.com/celery/kombu/issues/246 + # https://github.com/celery/kombu/issues/246 sed -e 's:kombu.transports:kombu.transport:' -i funtests/tests/test_django.py distutils-r1_python_prepare_all }