From 968e4aa0890ff6a5fea4f5503e260c9c576d452c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Feb 2020 20:01:45 +0100 Subject: dev-python/pyaes: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyaes/pyaes-1.6.0.ebuild | 2 +- dev-python/pyaes/pyaes-1.6.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pyaes') diff --git a/dev-python/pyaes/pyaes-1.6.0.ebuild b/dev-python/pyaes/pyaes-1.6.0.ebuild index 9d6d55e33405..aa569abf1dfe 100644 --- a/dev-python/pyaes/pyaes-1.6.0.ebuild +++ b/dev-python/pyaes/pyaes-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild index 11179bd2874f..f6806c7c8c2d 100644 --- a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild +++ b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad