Loading pkgs/development/python-modules/django-allauth/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ # build-system , setuptools # build-time dependencies , gettext # dependencies , django , python3-openid Loading Loading @@ -41,6 +44,7 @@ buildPythonPackage rec { }; nativeBuildInputs = [ gettext setuptools ]; Loading @@ -52,6 +56,8 @@ buildPythonPackage rec { requests-oauthlib ] ++ pyjwt.optional-dependencies.crypto; preBuild = "python -m django compilemessages"; passthru.optional-dependencies = { saml = [ python3-saml Loading Loading
pkgs/development/python-modules/django-allauth/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ # build-system , setuptools # build-time dependencies , gettext # dependencies , django , python3-openid Loading Loading @@ -41,6 +44,7 @@ buildPythonPackage rec { }; nativeBuildInputs = [ gettext setuptools ]; Loading @@ -52,6 +56,8 @@ buildPythonPackage rec { requests-oauthlib ] ++ pyjwt.optional-dependencies.crypto; preBuild = "python -m django compilemessages"; passthru.optional-dependencies = { saml = [ python3-saml Loading