diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-11-22 15:58:36 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-11-22 15:58:36 -0800 |
commit | eb8e18e7db5ed9e041467662711e7be944fab5f5 (patch) | |
tree | b4a376a2d7004ddc54302104b7d0b0f6a81281f9 /dev-python/webtest | |
parent | dev-python/pypiserver: Add python{2_7,3_5} (diff) | |
download | gentoo-eb8e18e7db5ed9e041467662711e7be944fab5f5.tar.gz gentoo-eb8e18e7db5ed9e041467662711e7be944fab5f5.tar.bz2 gentoo-eb8e18e7db5ed9e041467662711e7be944fab5f5.zip |
dev-python/webtest-2.0.33: Add test restrict, remove old comment
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/webtest-2.0.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild index f7c319ecf357..192dfb7318f4 100644 --- a/dev-python/webtest/webtest-2.0.33.ebuild +++ b/dev-python/webtest/webtest-2.0.33.ebuild @@ -42,8 +42,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" -# Makes testing easier; otherwise we get errors from pkg_resources. -#DISTUTILS_IN_SOURCE_BUILD=1 +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch" ) |