mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
dev-python/python-openid: RESTRICT tests
Bug: https://bugs.gentoo.org/285169 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -20,11 +20,12 @@ IUSE="examples mysql postgres sqlite test"
|
||||
|
||||
RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2[${PYTHON_USEDEP}] )
|
||||
postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/twill
|
||||
dev-python/pycurl )"
|
||||
DEPEND="${RDEPEND}"
|
||||
S="${WORKDIR}/openid-python-openid-b666238"
|
||||
|
||||
# Tests depend on twill, a broken package. Bug #285169
|
||||
RESTRICT="test"
|
||||
|
||||
python_prepare_all() {
|
||||
local PATCHES=(
|
||||
# Patch to fix confusion with localhost/127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user