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:           Wed Feb 28 12:34:10 UTC 2024

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

Log Message:
py-html2text: also needs py-wheel to build


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 pkgsrc/textproc/py-html2text/Makefile:1.62
--- pkgsrc/textproc/py-html2text/Makefile:1.61  Wed Feb 28 11:56:39 2024
+++ pkgsrc/textproc/py-html2text/Makefile       Wed Feb 28 12:34:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2024/02/28 11:56:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.62 2024/02/28 12:34:10 wiz Exp $
 
 DISTNAME=      html2text-2024.2.26
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Convert HTML into easy-to-read 
 LICENSE=       gnu-gpl-v3
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index