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 F0914138359 for ; Wed, 8 Jul 2020 12:28:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 045A0E0801; Wed, 8 Jul 2020 12:28:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DCFFFE0801 for ; Wed, 8 Jul 2020 12:28:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D140734F502 for ; Wed, 8 Jul 2020 12:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F27B274 for ; Wed, 8 Jul 2020 12:28:23 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1594211242.cf42ea1693290435d4ab696d562ef3fda555e476.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mycli/mycli-1.21.1-r1.ebuild X-VCS-Directories: dev-db/mycli/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: cf42ea1693290435d4ab696d562ef3fda555e476 X-VCS-Branch: master Date: Wed, 8 Jul 2020 12:28:23 +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: 94cd9bb5-a1b2-4af5-82b8-4095bd9603a0 X-Archives-Hash: dfdf49fbf10785b51c1738b528e6d903 commit: cf42ea1693290435d4ab696d562ef3fda555e476 Author: Brian Evans gentoo org> AuthorDate: Wed Jul 8 12:27:22 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Jul 8 12:27:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf42ea16 dev-db/mycli: Reorder python enable tests command Enables pytest to be correctly added to BDEPEND Closes: https://bugs.gentoo.org/731718 Signed-off-by: Brian Evans gentoo.org> dev-db/mycli/mycli-1.21.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-db/mycli/mycli-1.21.1-r1.ebuild b/dev-db/mycli/mycli-1.21.1-r1.ebuild index 87d1424f662..042db561748 100644 --- a/dev-db/mycli/mycli-1.21.1-r1.ebuild +++ b/dev-db/mycli/mycli-1.21.1-r1.ebuild @@ -31,11 +31,10 @@ RDEPEND="$(python_gen_cond_dep ' ssh? ( dev-python/paramiko[${PYTHON_MULTI_USEDEP}] )') " DEPEND="${RDEPEND}" +BDEPEND="test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_MULTI_USEDEP}]') )" distutils_enable_tests pytest -BDEPEND="test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_MULTI_USEDEP}]') )" - PATCHES=( "${FILESDIR}/mycli-1.21.1-fix-test-install.patch" ) python_test() {