python311Packages.social-auth-app-django: add format
- disable on unsupported Python releases
This commit is contained in:
parent
6679012e66
commit
d7ee0417aa
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue