pkgsrc-WIP-changes archive

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

py-weboob: switch to versioned_dependencies for html2text



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Mar 14 11:21:12 2020 +0100
Changeset:	af9ae90f050fec5c29601c188f44f3c8948d3ca7

Modified Files:
	py-weboob/Makefile

Log Message:
py-weboob: switch to versioned_dependencies for html2text

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=af9ae90f050fec5c29601c188f44f3c8948d3ca7

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

diffstat:
 py-weboob/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-weboob/Makefile b/py-weboob/Makefile
index a82b0d4155..45149e179e 100644
--- a/py-weboob/Makefile
+++ b/py-weboob/Makefile
@@ -23,6 +23,9 @@ DEPENDS+=	${PYPKGPREFIX}-mechanize>=0.2.5:../../www/py-mechanize
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONED_DEPENDENCIES=	html2text
+
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/py-qt4/buildlink3.mk"


Home | Main Index | Thread Index | Old Index