python3Packages.django-allauth: compile .mo files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user