summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-03-10 18:53:49 +0000
committeradam <adam@pkgsrc.org>2021-03-10 18:53:49 +0000
commit784b6e0c1c5619eb3942de278cbe8429d34fa0bb (patch)
tree533d82c16718a98e7b7977af9c111215420633d3 /www
parent7026808b796665fdd071ef5d07dc785bb8980f99 (diff)
downloadpkgsrc-784b6e0c1c5619eb3942de278cbe8429d34fa0bb.tar.gz
Use Pillow as versioned dependency
Diffstat (limited to 'www')
-rw-r--r--www/py-easy-thumbnails/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-easy-thumbnails/Makefile b/www/py-easy-thumbnails/Makefile
index 3c92103399e..1e6e8810d4e 100644
--- a/www/py-easy-thumbnails/Makefile
+++ b/www/py-easy-thumbnails/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/30 20:11:50 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/10 18:53:49 adam Exp $
DISTNAME= easy-thumbnails-2.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,10 +12,12 @@ LICENSE= modified-bsd
PREV_PKGPATH= www/py-djangoeasy-thumbnails
-DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
+PYTHON_VERSIONED_DEPENDENCIES= Pillow
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"