From af9ae90f050fec5c29601c188f44f3c8948d3ca7 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sat, 14 Mar 2020 11:21:12 +0100 Subject: [PATCH] py-weboob: switch to versioned_dependencies for html2text --- py-weboob/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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"