pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-html2text



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 19 20:03:44 UTC 2025

Modified Files:
        pkgsrc/textproc/py-html2text: Makefile

Log Message:
py-html2text: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/textproc/py-html2text/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-html2text/Makefile
diff -u pkgsrc/textproc/py-html2text/Makefile:1.65 pkgsrc/textproc/py-html2text/Makefile:1.66
--- pkgsrc/textproc/py-html2text/Makefile:1.65  Tue Apr 15 16:47:20 2025
+++ pkgsrc/textproc/py-html2text/Makefile       Sat Apr 19 20:03:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2025/04/15 16:47:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.66 2025/04/19 20:03:44 wiz Exp $
 
 DISTNAME=      html2text-2025.4.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Convert HTML into easy-to-read 
 LICENSE=       gnu-gpl-v3
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index