python311Packages.social-auth-app-django: add format

- disable on unsupported Python releases
This commit is contained in:
Fabian Affolter
2023-10-18 09:46:51 +02:00
committed by GitHub
parent 6679012e66
commit d7ee0417aa
@@ -4,11 +4,15 @@
, social-auth-core
, django
, python
, pythonOlder
}:
buildPythonPackage rec {
pname = "social-auth-app-django";
version = "5.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "python-social-auth";