diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:08:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:14:30 +0200 |
commit | 9bc639d6713435b34e21a5151ae2cca15fa7f12b (patch) | |
tree | 89da3a72355a4614fa44a7c8ce68d31c35572650 /dev-python/python-editor | |
parent | dev-python/python-distutils-extra: Remove py2.7 (diff) | |
download | gentoo-9bc639d6713435b34e21a5151ae2cca15fa7f12b.tar.gz gentoo-9bc639d6713435b34e21a5151ae2cca15fa7f12b.tar.bz2 gentoo-9bc639d6713435b34e21a5151ae2cca15fa7f12b.zip |
dev-python/python-editor: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-editor')
-rw-r--r-- | dev-python/python-editor/python-editor-1.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-editor/python-editor-1.0.4.ebuild b/dev-python/python-editor/python-editor-1.0.4.ebuild index f1f26e7feea9..a0cfe0c0d027 100644 --- a/dev-python/python-editor/python-editor-1.0.4.ebuild +++ b/dev-python/python-editor/python-editor-1.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Programmatically open an editor, capture the result." |