diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:16:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:24:38 +0100 |
commit | 724723d1be769d2af473c0766d4ef75dba691cc8 (patch) | |
tree | 0dacf33317a462e941ef19bea9adc21dd0a01705 /dev-python/mando | |
parent | dev-python/maintboot: Remove py2 (diff) | |
download | gentoo-724723d1be769d2af473c0766d4ef75dba691cc8.tar.gz gentoo-724723d1be769d2af473c0766d4ef75dba691cc8.tar.bz2 gentoo-724723d1be769d2af473c0766d4ef75dba691cc8.zip |
dev-python/mando: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mando')
-rw-r--r-- | dev-python/mando/mando-0.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mando/mando-0.3.2.ebuild b/dev-python/mando/mando-0.3.2.ebuild index 9e7b1e439a9d..6eb96d61546e 100644 --- a/dev-python/mando/mando-0.3.2.ebuild +++ b/dev-python/mando/mando-0.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot |