python3Packages.social-auth-core: fix eval

This commit is contained in:
Ben Siraphob 2022-03-31 16:20:36 -05:00
parent c150d9ab2b
commit fe27fc6ba7
No known key found for this signature in database
GPG key ID: 45F0E5D788143267

View file

@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, requests , requests
, oauthlib , oauthlib
, requests_oauthlib , requests-oauthlib
, pyjwt , pyjwt
, cryptography , cryptography
, defusedxml , defusedxml
@ -38,7 +38,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
requests requests
oauthlib oauthlib
requests_oauthlib requests-oauthlib
pyjwt pyjwt
cryptography cryptography
defusedxml defusedxml