From 640b15d4eb87f2550e87a8553ae3f7b54b47a5a8 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 23 Apr 2022 08:01:08 +0000 Subject: [PATCH] python3-soupsieve: fix dependency cycle --- srcpkgs/python3-soupsieve/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template index 83862532f65..aa8f81af5a6 100644 --- a/srcpkgs/python3-soupsieve/template +++ b/srcpkgs/python3-soupsieve/template @@ -1,12 +1,13 @@ # Template file for 'python3-soupsieve' pkgname=python3-soupsieve version=1.9.5 -revision=7 +revision=8 wrksrc="soupsieve-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-BeautifulSoup4" -checkdepends="python3-pytest python3-lxml python3-html5lib $depends" +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 " license="MIT"