From e0531f87715a69a2c88024a7211adb731afc8e89 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:11 +0100 Subject: [PATCH] python3-soupsieve: add missing python3 dependency --- srcpkgs/python3-soupsieve/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template index 5415580cfcc..14449f20c47 100644 --- a/srcpkgs/python3-soupsieve/template +++ b/srcpkgs/python3-soupsieve/template @@ -1,10 +1,11 @@ # Template file for 'python3-soupsieve' pkgname=python3-soupsieve version=1.9.5 -revision=5 +revision=6 wrksrc="soupsieve-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" checkdepends="python3-pytest python3-lxml python3-html5lib python3-BeautifulSoup4" short_desc="CSS4 selector implementation for Python3 Beautiful Soup" maintainer="Aluísio Augusto Silva Gonçalves "