diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:28:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:37:16 +0100 |
commit | b27c5fac3175ff753addbd17cac75d45eb0a0307 (patch) | |
tree | 3dcda3d196bc66778ee52dac03bc1d2652fe0b37 /dev-python/pyjade | |
parent | dev-python/pyinsane: Remove py2 (diff) | |
download | gentoo-b27c5fac3175ff753addbd17cac75d45eb0a0307.tar.gz gentoo-b27c5fac3175ff753addbd17cac75d45eb0a0307.tar.bz2 gentoo-b27c5fac3175ff753addbd17cac75d45eb0a0307.zip |
dev-python/pyjade: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyjade')
-rw-r--r-- | dev-python/pyjade/pyjade-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild index 52ad28eff417..17d9fb8b211b 100644 --- a/dev-python/pyjade/pyjade-4.0.0.ebuild +++ b/dev-python/pyjade/pyjade-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |