pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-formtools



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 29 06:35:48 UTC 2021

Modified Files:
        pkgsrc/www/py-django-formtools: Makefile

Log Message:
py-django-formtools: add missing dependency


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-formtools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-formtools/Makefile
diff -u pkgsrc/www/py-django-formtools/Makefile:1.7 pkgsrc/www/py-django-formtools/Makefile:1.8
--- pkgsrc/www/py-django-formtools/Makefile:1.7 Tue May 25 05:02:09 2021
+++ pkgsrc/www/py-django-formtools/Makefile     Sat May 29 06:35:48 2021
@@ -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.readt
 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



Home | Main Index | Thread Index | Old Index