python2Packages.sorl_thumbnail: disable python2

This commit is contained in:
Jonathan Ringer 2020-08-15 15:42:31 -07:00
parent 70e2f0805f
commit 613d8f1150
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -1,12 +1,14 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, isPy27
, setuptools_scm
}:
buildPythonPackage rec {
pname = "sorl-thumbnail";
version = "12.6.3";
disabled = isPy27;
src = fetchPypi {
inherit pname version;