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
, django
, dateutil
, python-dateutil
, scim2-filter-parser
, gssapi
, ldap
, python-ldap
, sssd
# tests
@ -28,10 +28,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [
django
dateutil
python-dateutil
scim2-filter-parser
gssapi
ldap
python-ldap
sssd
];