diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:18:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:31:36 +0200 |
commit | 1e87b39136b9fa46a351930b123c4aa41d7b01a9 (patch) | |
tree | c08e55b69f7d326e12bd19297623aad3144f4b8a /dev-python/webtest | |
parent | dev-python/wsgiproxy2: Remove py2 (diff) | |
download | gentoo-1e87b39136b9fa46a351930b123c4aa41d7b01a9.tar.gz gentoo-1e87b39136b9fa46a351930b123c4aa41d7b01a9.tar.bz2 gentoo-1e87b39136b9fa46a351930b123c4aa41d7b01a9.zip |
dev-python/webtest: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/webtest-2.0.33.ebuild | 3 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.35.ebuild | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild index f6c90bb7be19..184c4d2ff572 100644 --- a/dev-python/webtest/webtest-2.0.33.ebuild +++ b/dev-python/webtest/webtest-2.0.33.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -35,7 +35,6 @@ BDEPEND="${RDEPEND} dev-python/pyquery[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}] dev-python/wsgiproxy2[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 ) )" PATCHES=( diff --git a/dev-python/webtest/webtest-2.0.35.ebuild b/dev-python/webtest/webtest-2.0.35.ebuild index d41ecba469c1..8cf0c7fd6070 100644 --- a/dev-python/webtest/webtest-2.0.35.ebuild +++ b/dev-python/webtest/webtest-2.0.35.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |