diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:16:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:37:33 +0200 |
commit | e3f33bdb8b7a8b1920095dadc19d7835962fedb4 (patch) | |
tree | 7a9de9fefc80a2d859fe9538545a099f8b3424bd /dev-python/fixtures | |
parent | dev-python/unittest2: Remove python2 (diff) | |
download | gentoo-e3f33bdb8b7a8b1920095dadc19d7835962fedb4.tar.gz gentoo-e3f33bdb8b7a8b1920095dadc19d7835962fedb4.tar.bz2 gentoo-e3f33bdb8b7a8b1920095dadc19d7835962fedb4.zip |
dev-python/fixtures: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/fixtures-3.0.0-r1.ebuild (renamed from dev-python/fixtures/fixtures-3.0.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fixtures/fixtures-3.0.0.ebuild b/dev-python/fixtures/fixtures-3.0.0-r1.ebuild index 0f6eb5d60dcc..f73b73f73f96 100644 --- a/dev-python/fixtures/fixtures-3.0.0.ebuild +++ b/dev-python/fixtures/fixtures-3.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |