From b77d9d93fa4a12cd756a8678ae5346352efe21f2 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 3 May 2017 19:51:47 -0700 Subject: [PATCH] dev-python/gdata: apply CoreOS changes --- .../coreos-overlay/dev-python/gdata/gdata-2.0.18.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-python/gdata/gdata-2.0.18.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-python/gdata/gdata-2.0.18.ebuild index d29a26b000..3ad833b3d7 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-python/gdata/gdata-2.0.18.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-python/gdata/gdata-2.0.18.ebuild @@ -16,6 +16,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="examples" +PATCHES=( + "${FILESDIR}/${PN}-2.0.14-tracker-add-issue.patch" +) + python_test() { # run_service_tests.py requires interaction (and a valid Google account), so skip it. "${PYTHON}" tests/run_data_tests.py -v || die "Test failed under ${EPYTHON}"