diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-07-17 22:43:23 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-07-17 22:55:46 -0600 |
commit | a126338a294273046c62c9b89226422d3e309f25 (patch) | |
tree | 8774cccbd06ff14a92b6074874c08e8c8fc7e65a /dev-python/snakeoil | |
parent | dev-python/py-cpuinfo: version bump to 5.0.0 (diff) | |
download | gentoo-a126338a294273046c62c9b89226422d3e309f25.tar.gz gentoo-a126338a294273046c62c9b89226422d3e309f25.tar.bz2 gentoo-a126338a294273046c62c9b89226422d3e309f25.zip |
dev-python/snakeoil: drop py35 support
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r-- | dev-python/snakeoil/snakeoil-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index e7629b6dfc9f..901b625aba59 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |