Skip to content

Commit

Permalink
dev-python/kombu: add missed "#" in comment in src_prepare()
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ian Delaney committed Dec 11, 2015
1 parent ba517c2 commit 5d5d7f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-python/kombu/kombu-3.0.26.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion dev-python/kombu/kombu-3.0.29.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion dev-python/kombu/kombu-3.0.30.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 5d5d7f1

Please sign in to comment.