diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-01-19 09:57:37 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-01-19 10:07:32 -0800 |
commit | 4ea608e68a46c82134fc6f5813a10903938695c8 (patch) | |
tree | c07eb3a2fc927aa1bf3704025f5b0f614c7345b9 /dev-python/python-backoff | |
parent | dev-python/warlock: fix path to tests dir (diff) | |
download | gentoo-4ea608e68a46c82134fc6f5813a10903938695c8.tar.gz gentoo-4ea608e68a46c82134fc6f5813a10903938695c8.tar.bz2 gentoo-4ea608e68a46c82134fc6f5813a10903938695c8.zip |
dev-python/python-backoff: PYTHON_COMPAT+=(python3_8)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/python-backoff')
-rw-r--r-- | dev-python/python-backoff/python-backoff-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-backoff/python-backoff-1.6.0.ebuild b/dev-python/python-backoff/python-backoff-1.6.0.ebuild index 07504e8a9c02..7629c20e6e9c 100644 --- a/dev-python/python-backoff/python-backoff-1.6.0.ebuild +++ b/dev-python/python-backoff/python-backoff-1.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |