forked from mirrors/nixpkgs
pythonPackages.whitenoise: python2 no longer supported
This commit is contained in:
parent
f4bfc4e3de
commit
ee82472382
|
@ -1,8 +1,9 @@
|
|||
{ stdenv, fetchPypi, buildPythonPackage }:
|
||||
{ stdenv, fetchPypi, buildPythonPackage, isPy27 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "whitenoise";
|
||||
version = "5.0.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue