mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
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 {
|
||||
version = "3.11.0";
|
||||
pname = "djangorestframework";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user