Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openid/
Date: Fri, 12 Oct 2018 12:24:54
Message-Id: 1539347076.a5b0e9797df6d3ea7443d5d09c5b50d5da46295a.vdupras@gentoo
1 commit: a5b0e9797df6d3ea7443d5d09c5b50d5da46295a
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 12 12:24:36 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 12 12:24:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b0e979
7
8 dev-python/python-openid: RESTRICT tests
9
10 Bug: https://bugs.gentoo.org/285169
11 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-python/python-openid/python-openid-2.2.5-r1.ebuild | 9 +++++----
15 1 file changed, 5 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
18 index 20929ce8d3a..895572db7ae 100644
19 --- a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
20 +++ b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -20,11 +20,12 @@ IUSE="examples mysql postgres sqlite test"
28
29 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2[${PYTHON_USEDEP}] )
30 postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )"
31 -DEPEND="${RDEPEND}
32 - test? ( dev-python/twill
33 - dev-python/pycurl )"
34 +DEPEND="${RDEPEND}"
35 S="${WORKDIR}/openid-python-openid-b666238"
36
37 +# Tests depend on twill, a broken package. Bug #285169
38 +RESTRICT="test"
39 +
40 python_prepare_all() {
41 local PATCHES=(
42 # Patch to fix confusion with localhost/127.0.0.1