From 6d676b3e18f2a5d2894700dbe6d92e84de060a2f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 21 Apr 2022 11:39:04 +0200 Subject: [PATCH] python3-readability-lxml: fix dependencies --- srcpkgs/python3-readability-lxml/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template index 798cc9c5f4..dfb4b0fb6b 100644 --- a/srcpkgs/python3-readability-lxml/template +++ b/srcpkgs/python3-readability-lxml/template @@ -1,14 +1,15 @@ # Template file for 'python3-readability-lxml' pkgname=python3-readability-lxml version=0.8.1 -revision=4 +revision=5 wrksrc="readability-lxml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-lxml" +depends="python3-lxml python3-chardet python3-cssselect" short_desc="Fast html to text parser" maintainer="Benjamín Albiñana " license="Apache-2.0" homepage="https://github.com/buriy/python-readability" distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz" checksum=e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1 +make_check=no # needs unpackaged timeout_decorator