diff options
author | nia <nia@pkgsrc.org> | 2021-05-29 06:35:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-29 06:35:48 +0000 |
commit | e854f31236c5c1874c7386ce02cc6957f0ae7ee6 (patch) | |
tree | 724118fa09dada91fedd82f990300ed1766d3857 /www | |
parent | 95d19fd973110c6ed768f44cd4cf7bde4dcf6f33 (diff) | |
download | pkgsrc-e854f31236c5c1874c7386ce02cc6957f0ae7ee6.tar.gz |
py-django-formtools: add missing dependency
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-formtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-django-formtools/Makefile b/www/py-django-formtools/Makefile index e7b409380e8..b8c642eea3e 100644 --- a/www/py-django-formtools/Makefile +++ b/www/py-django-formtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/05/25 05:02:09 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/05/29 06:35:48 nia Exp $ DISTNAME= django-formtools-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= https://django-formtools.readthedocs.io/ COMMENT= Collection of assorted utilities for specific form use cases LICENSE= mit +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2 USE_LANGUAGES= # none |