python311Packages.social-auth-app-django: add format
- disable on unsupported Python releases
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user