python39Packages.django-versatileimagefield: remove unused input, add import check

This commit is contained in:
Sandro Jäckel 2021-08-26 16:39:18 +02:00
parent b90c0a3e18
commit 689183c006
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, django
, python
, pillow
, python_magic
}:
@ -22,6 +21,8 @@ buildPythonPackage rec {
# tests not included with pypi release
doCheck = false;
pythonImportsCheck = [ "versatileimagefield" ];
meta = with lib; {
description = "Replaces django's ImageField with a more flexible interface";
homepage = "https://github.com/respondcreate/django-versatileimagefield/";