diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:43:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:53:23 +0100 |
commit | 99ec86ac790eea81a257c77f4889d112bebed373 (patch) | |
tree | 1f1dc240bda3470bc716b6da13a2c3453fb592b2 /dev-python/pyphen | |
parent | dev-python/pypeg2: Remove py2 (diff) | |
download | gentoo-99ec86ac790eea81a257c77f4889d112bebed373.tar.gz gentoo-99ec86ac790eea81a257c77f4889d112bebed373.tar.bz2 gentoo-99ec86ac790eea81a257c77f4889d112bebed373.zip |
dev-python/pyphen: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r-- | dev-python/pyphen/pyphen-0.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild b/dev-python/pyphen/pyphen-0.9.4.ebuild index 673ae5a289ae..117bacd40662 100644 --- a/dev-python/pyphen/pyphen-0.9.4.ebuild +++ b/dev-python/pyphen/pyphen-0.9.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |