diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-09-14 00:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-15 14:33:35 -0400 |
commit | 8984e2a98656f5858cc95432150611bc0f59b704 (patch) | |
tree | a2a7b522b63db71a5fe69aaf6c467c97e4c305bc /dev-python/protobuf-python/protobuf-python-9999.ebuild | |
parent | dev-python/mss: add missing test dep (diff) | |
download | gentoo-8984e2a98656f5858cc95432150611bc0f59b704.tar.gz gentoo-8984e2a98656f5858cc95432150611bc0f59b704.tar.bz2 gentoo-8984e2a98656f5858cc95432150611bc0f59b704.zip |
dev-python/protobuf-python: Add support for Python 3.9.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-9999.ebuild')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild index f47c4a98916d..dfb268ea07f0 100644 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8}) +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9}) DISTUTILS_USE_SETUPTOOLS="manual" inherit distutils-r1 |