diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:09:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:14:32 +0200 |
commit | 40b0f70eb699a29d2cdd0a3d53987fee4f93783a (patch) | |
tree | e7be861f31f11b8a5f907b56cf0480dabeda4ff0 /dev-python/python-gflags | |
parent | dev-python/python-gammu: Remove py2.7 (diff) | |
download | gentoo-40b0f70eb699a29d2cdd0a3d53987fee4f93783a.tar.gz gentoo-40b0f70eb699a29d2cdd0a3d53987fee4f93783a.tar.bz2 gentoo-40b0f70eb699a29d2cdd0a3d53987fee4f93783a.zip |
dev-python/python-gflags: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r-- | dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild index 9a25317e4632..97610d54c1da 100644 --- a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild +++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |