dev-python/kombu: add missed "#" in comment in src_prepare()

applied to vns. 3.0.24, 3.0.26, 3.0.29, 3.0.30, noted by mgorny
while updating ebuilds re issues of eclass

Package-Manager: portage-2.2.24
This commit is contained in:
Ian Delaney
2015-12-10 17:31:27 +08:00
parent ba517c2f92
commit 5d5d7f1a8f
3 changed files with 3 additions and 3 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}