diff options
author | William Hubbs <williamh@gentoo.org> | 2021-06-04 19:09:10 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-06-04 19:10:27 -0500 |
commit | 8e85b845a0658574aaa26ac24e00eba0ca2569f3 (patch) | |
tree | 55a8a58735782567fa3f50a1a6a4ceea6bcba052 /dev-vcs | |
parent | sys-apps/lsvpd: add 1.7.12 (diff) | |
download | gentoo-8e85b845a0658574aaa26ac24e00eba0ca2569f3.tar.gz gentoo-8e85b845a0658574aaa26ac24e00eba0ca2569f3.tar.bz2 gentoo-8e85b845a0658574aaa26ac24e00eba0ca2569f3.zip |
dev-vcs/python-gitlab: add python3_9
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild index 615fc53453b9..a622256dbf98 100644 --- a/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild +++ b/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |