Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410803
Collapse All | Expand All

(-)httplib2.orig/httplib2-0.7.4.ebuild (+5 lines)
Lines 24-29 Link Here
24
#Restrict Python 3 support until upstream
24
#Restrict Python 3 support until upstream
25
#issue #189 is solved
25
#issue #189 is solved
26
26
27
src_prepare() {
28
	sed 's:self.assertEqual(content, ""):#self.assertEqual(content, ""):' \
29
		-i python2/httplib2test.py
30
}
31
27
src_test() {
32
src_test() {
28
	testing() {
33
	testing() {
29
		pushd "python$(python_get_version --major)" > /dev/null
34
		pushd "python$(python_get_version --major)" > /dev/null

Return to bug 410803