From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63C4913835A for ; Tue, 26 May 2020 16:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B1E1E0929; Tue, 26 May 2020 16:57:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 873A5E0929 for ; Tue, 26 May 2020 16:57:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A96B134EE7C for ; Tue, 26 May 2020 16:57:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95A79272 for ; Tue, 26 May 2020 16:57:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590512219.808171001f44b55cd4ae77c1a7daab5b92603ec8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/soupsieve/soupsieve-1.9.5.ebuild dev-python/soupsieve/soupsieve-1.9.6.ebuild X-VCS-Directories: dev-python/soupsieve/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 808171001f44b55cd4ae77c1a7daab5b92603ec8 X-VCS-Branch: master Date: Tue, 26 May 2020 16:57:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2d25f40-99b3-4c19-a8e8-250d311e8762 X-Archives-Hash: 61d99b87a375d13b2f16852cc0d2a08e commit: 808171001f44b55cd4ae77c1a7daab5b92603ec8 Author: Michał Górny gentoo org> AuthorDate: Tue May 26 16:56:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 26 16:56:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80817100 dev-python/soupsieve: Make lxml dep unconditional Signed-off-by: Michał Górny gentoo.org> dev-python/soupsieve/soupsieve-1.9.5.ebuild | 2 +- dev-python/soupsieve/soupsieve-1.9.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild index 6c09f781048..a999810d15a 100644 --- a/dev-python/soupsieve/soupsieve-1.9.5.ebuild +++ b/dev-python/soupsieve/soupsieve-1.9.5.ebuild @@ -24,7 +24,7 @@ RDEPEND=" BDEPEND="${RDEPEND} test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*') + dev-python/lxml[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] ) " diff --git a/dev-python/soupsieve/soupsieve-1.9.6.ebuild b/dev-python/soupsieve/soupsieve-1.9.6.ebuild index 0c8916942a8..2fa1722f097 100644 --- a/dev-python/soupsieve/soupsieve-1.9.6.ebuild +++ b/dev-python/soupsieve/soupsieve-1.9.6.ebuild @@ -24,7 +24,7 @@ RDEPEND=" BDEPEND="${RDEPEND} test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*') + dev-python/lxml[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] ) "