pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  6 13:19:29 UTC 2023

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

Log Message:
py-django-haystack: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-haystack/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-haystack/Makefile
diff -u pkgsrc/www/py-django-haystack/Makefile:1.1 pkgsrc/www/py-django-haystack/Makefile:1.2
--- pkgsrc/www/py-django-haystack/Makefile:1.1  Sun Jun  4 02:47:57 2023
+++ pkgsrc/www/py-django-haystack/Makefile      Tue Jun  6 13:19:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/06/04 02:47:57 markd Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/06 13:19:29 wiz Exp $
 
 DISTNAME=      django-haystack-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://haystacksearch.org/
 COMMENT=       Modular search for Django
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index