mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user