diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:07:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:31:26 +0200 |
commit | 1b3ca83452b524fcee210cdf2af343dc476da8bc (patch) | |
tree | 2e2f1874e340f948d12eda9c08672c9cb6b287d3 /dev-python/twine | |
parent | dev-python/virtualenv: Skip tests on py2 in 16* (diff) | |
download | gentoo-1b3ca83452b524fcee210cdf2af343dc476da8bc.tar.gz gentoo-1b3ca83452b524fcee210cdf2af343dc476da8bc.tar.bz2 gentoo-1b3ca83452b524fcee210cdf2af343dc476da8bc.zip |
dev-python/twine: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twine')
-rw-r--r-- | dev-python/twine/twine-1.15.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/twine/twine-1.15.0.ebuild b/dev-python/twine/twine-1.15.0.ebuild index 2a970631cad6..e281b95ed916 100644 --- a/dev-python/twine/twine-1.15.0.ebuild +++ b/dev-python/twine/twine-1.15.0.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 @@ -30,7 +30,6 @@ RDEPEND=" >=dev-python/readme_renderer-21.0[${PYTHON_USEDEP}] >=dev-python/requests-2.5.0[${PYTHON_USEDEP}] >=dev-python/requests-toolbelt-0.8.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5}) " PATCHES=( |