diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-09 18:56:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-09 19:02:05 +0100 |
commit | 7511575c578b553f02dd07753560f9d251ce6cbb (patch) | |
tree | c36b837db9b8b249f28097cb157a7fa5894235c2 /dev-python/django-auth-ldap | |
parent | dev-python/django-auth-ldap: Enable py3.12 (diff) | |
download | gentoo-7511575c578b553f02dd07753560f9d251ce6cbb.tar.gz gentoo-7511575c578b553f02dd07753560f9d251ce6cbb.tar.bz2 gentoo-7511575c578b553f02dd07753560f9d251ce6cbb.zip |
dev-python/django-auth-ldap: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-auth-ldap')
-rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild index c7c971e79548..75c0a161d526 100644 --- a/dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild +++ b/dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild @@ -15,13 +15,12 @@ HOMEPAGE=" https://pypi.org/project/django-auth-ldap/ " +LICENSE="BSD-2" +SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -LICENSE="BSD-2" -SLOT="0" - RDEPEND=" >=dev-python/django-2.2[${PYTHON_USEDEP}] >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}] |