python310Packages.djangorestframework-simplejwt: update disabled
This commit is contained in:
parent
16ddc355d3
commit
1bca50d8fb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
version = "5.3.1";
|
version = "5.3.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "djangorestframework_simplejwt";
|
pname = "djangorestframework_simplejwt";
|
||||||
|
|
Loading…
Reference in a new issue