python3Packages.django-allauth: compile .mo files

This commit is contained in:
Gregor Grigorjan
2024-05-14 18:56:37 +03:00
parent db7ab0edce
commit a96fbdc763
@@ -6,6 +6,9 @@
# build-system
, setuptools
# build-time dependencies
, gettext
# dependencies
, django
, python3-openid
@@ -41,6 +44,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
gettext
setuptools
];
@@ -52,6 +56,8 @@ buildPythonPackage rec {
requests-oauthlib
] ++ pyjwt.optional-dependencies.crypto;
preBuild = "python -m django compilemessages";
passthru.optional-dependencies = {
saml = [
python3-saml