python3Packages.social-auth-core: fix eval
This commit is contained in:
parent
c150d9ab2b
commit
fe27fc6ba7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue