python3Packages.django-scim2: fix use of deprecated aliases

This commit is contained in:
sternenseemann 2023-01-11 13:23:27 +01:00
parent 3375cefc99
commit 61305872f6

View file

@ -4,10 +4,10 @@
# propagates # propagates
, django , django
, dateutil , python-dateutil
, scim2-filter-parser , scim2-filter-parser
, gssapi , gssapi
, ldap , python-ldap
, sssd , sssd
# tests # tests
@ -28,10 +28,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
django django
dateutil python-dateutil
scim2-filter-parser scim2-filter-parser
gssapi gssapi
ldap python-ldap
sssd sssd
]; ];