diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:12:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:24:02 +0200 |
commit | 7fa607b7cc0012e98ab16d009b25b7d3b0c8feb4 (patch) | |
tree | 2189a90ad5490e758494a15b01da916e84f8dec4 /dev-python/pytest-httpbin | |
parent | sys-apps/kmod: Do not print OpenRC messages on systemd (diff) | |
download | gentoo-7fa607b7cc0012e98ab16d009b25b7d3b0c8feb4.tar.gz gentoo-7fa607b7cc0012e98ab16d009b25b7d3b0c8feb4.tar.bz2 gentoo-7fa607b7cc0012e98ab16d009b25b7d3b0c8feb4.zip |
dev-python/pytest-httpbin: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild (renamed from dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild index 6b09c271d442..02cb0d51dbd2 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |