diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:09:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:14:31 +0200 |
commit | 6e0fb70de8e9529a0267dac5168c1b6baa2bd163 (patch) | |
tree | 2e135156baf92810b16fdbe3cae67cb65185aa1d /dev-python/python-gammu | |
parent | dev-python/python-editor: Remove py2.7 (diff) | |
download | gentoo-6e0fb70de8e9529a0267dac5168c1b6baa2bd163.tar.gz gentoo-6e0fb70de8e9529a0267dac5168c1b6baa2bd163.tar.bz2 gentoo-6e0fb70de8e9529a0267dac5168c1b6baa2bd163.zip |
dev-python/python-gammu: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-gammu')
-rw-r--r-- | dev-python/python-gammu/python-gammu-2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-gammu/python-gammu-2.11.ebuild b/dev-python/python-gammu/python-gammu-2.11.ebuild index f29f1e89dae2..20bc74316514 100644 --- a/dev-python/python-gammu/python-gammu-2.11.ebuild +++ b/dev-python/python-gammu/python-gammu-2.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |