python3Packages.django-allauth: propagate pyjwt[crypto]
This commit is contained in:
parent
750da0225b
commit
aae955fcfb
@ -6,6 +6,7 @@
|
||||
, pythonOlder
|
||||
, requests
|
||||
, requests-oauthlib
|
||||
, pyjwt
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -30,9 +31,11 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
django
|
||||
python3-openid
|
||||
pyjwt
|
||||
requests
|
||||
requests-oauthlib
|
||||
];
|
||||
]
|
||||
++ pyjwt.optional-dependencies.crypto;
|
||||
|
||||
checkPhase = ''
|
||||
# test is out of date
|
||||
|
Loading…
Reference in New Issue
Block a user