forked from mirrors/nixpkgs
python3Packages.social-auth-core: fix eval
This commit is contained in:
parent
c150d9ab2b
commit
fe27fc6ba7
|
@ -3,7 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, requests
|
||||
, oauthlib
|
||||
, requests_oauthlib
|
||||
, requests-oauthlib
|
||||
, pyjwt
|
||||
, cryptography
|
||||
, defusedxml
|
||||
|
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
requests
|
||||
oauthlib
|
||||
requests_oauthlib
|
||||
requests-oauthlib
|
||||
pyjwt
|
||||
cryptography
|
||||
defusedxml
|
||||
|
|
Loading…
Reference in a new issue