Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-auth-ldap/
Date: Wed, 27 Oct 2021 06:48:20
Message-Id: 1635317278.2e9e3b225999d1cbafb468a6be474d8932abc730.arthurzam@gentoo
1 commit: 2e9e3b225999d1cbafb468a6be474d8932abc730
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 05:58:37 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 06:47:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9e3b22
7
8 dev-python/django-auth-ldap: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/django-auth-ldap/django-auth-ldap-3.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django-auth-ldap/django-auth-ldap-3.0.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-3.0.0.ebuild
16 index afb03025412..517daac5b39 100644
17 --- a/dev-python/django-auth-ldap/django-auth-ldap-3.0.0.ebuild
18 +++ b/dev-python/django-auth-ldap/django-auth-ldap-3.0.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1