pythonPackages.djangorestframework: python2 no longer supported
This commit is contained in:
parent
d64c5457f4
commit
7917f24840
@ -1,7 +1,9 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, django }:
|
{ stdenv, buildPythonPackage, fetchPypi, django, isPy27 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.11.0";
|
version = "3.11.0";
|
||||||
pname = "djangorestframework";
|
pname = "djangorestframework";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
Reference in New Issue
Block a user