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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F40615808D for ; Tue, 19 Apr 2022 18:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD53E0931; Tue, 19 Apr 2022 18:31:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCCE2E0931 for ; Tue, 19 Apr 2022 18:31:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D59FC341B70 for ; Tue, 19 Apr 2022 18:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 312A13BF for ; Tue, 19 Apr 2022 18:31:31 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650393086.244b95d23f98e15e84ac8dfb708684515f69ad7c.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/placement/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/placement/placement-7.0.0.ebuild X-VCS-Directories: sys-cluster/placement/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 244b95d23f98e15e84ac8dfb708684515f69ad7c X-VCS-Branch: dev Date: Tue, 19 Apr 2022 18:31:31 +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: de78beab-a0e5-4f0e-9354-cb854c8f8597 X-Archives-Hash: 730e933efffc7a681ed5c0d6594ed511 commit: 244b95d23f98e15e84ac8dfb708684515f69ad7c Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 18 23:00:56 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Apr 19 18:31:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=244b95d2 sys-cluster/placement: remove optional dependencies Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/placement/placement-7.0.0.ebuild | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/sys-cluster/placement/placement-7.0.0.ebuild b/sys-cluster/placement/placement-7.0.0.ebuild index 513cee6af..72dee89eb 100644 --- a/sys-cluster/placement/placement-7.0.0.ebuild +++ b/sys-cluster/placement/placement-7.0.0.ebuild @@ -19,7 +19,6 @@ S="${WORKDIR}/openstack-${MYP}" LICENSE="Apache-2.0" SLOT="0" -IUSE="mysql postgres +sqlite" RDEPEND=" >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}] @@ -45,17 +44,7 @@ RDEPEND=" acct-user/placement acct-group/placement - sqlite? ( - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}] - ) - mysql? ( - >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}] - ) - postgres? ( - >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}] - ) + >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" BDEPEND=" @@ -66,12 +55,10 @@ BDEPEND=" >=dev-python/gabbi-1.35.0[${PYTHON_USEDEP}] >=dev-python/cryptography-2.7[${PYTHON_USEDEP}] >=dev-python/wsgi_intercept-1.7.0[${PYTHON_USEDEP}] - ) -" -REQUIRED_USE=" - || ( mysql postgres sqlite ) - test? ( mysql postgres ) + >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}] + >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}] + ) " distutils_enable_tests pytest