python3Packages.python-smarttub: relax pyjwt constraint

This commit is contained in:
Fabian Affolter
2021-12-14 12:04:14 -08:00
committed by Jonathan Ringer
parent d16e844b34
commit 2188710d22
@@ -38,6 +38,11 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace setup.py \
--replace "pyjwt~=2.1.0" "pyjwt>=2.1.0"
'';
pythonImportsCheck = [
"smarttub"
];