Unverified Commit d7ee0417 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

- disable on unsupported Python releases
parent 6679012e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";