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 B7E131382C5 for ; Mon, 28 Dec 2020 07:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5480E0DBF; Mon, 28 Dec 2020 07:02:38 +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 CCD52E0DBF for ; Mon, 28 Dec 2020 07:02:38 +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 C17943412B0 for ; Mon, 28 Dec 2020 07:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E2F1CC for ; Mon, 28 Dec 2020 07:02:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609138952.fac21892fddd2d98d760a7890ab2f942618d4e88.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pony/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pony/pony-0.7.13.ebuild dev-python/pony/pony-0.7.14.ebuild X-VCS-Directories: dev-python/pony/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fac21892fddd2d98d760a7890ab2f942618d4e88 X-VCS-Branch: master Date: Mon, 28 Dec 2020 07:02:36 +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: 682e6760-65ae-4321-9a48-a91a4234aafc X-Archives-Hash: 181694fec070f7dbcc92f8969eac6d45 commit: fac21892fddd2d98d760a7890ab2f942618d4e88 Author: Sam James gentoo org> AuthorDate: Mon Dec 28 07:01:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 28 07:02:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac21892 dev-python/pony: add missing flask dep Closes: https://bugs.gentoo.org/743688 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/pony/pony-0.7.13.ebuild | 4 ++-- dev-python/pony/pony-0.7.14.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pony/pony-0.7.13.ebuild b/dev-python/pony/pony-0.7.13.ebuild index fbfa5b2adaf..4d7083006ec 100644 --- a/dev-python/pony/pony-0.7.13.ebuild +++ b/dev-python/pony/pony-0.7.13.ebuild @@ -20,7 +20,7 @@ KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND=" - test? ( $(python_gen_impl_dep sqlite) )" +BDEPEND="test? ( $(python_gen_impl_dep sqlite) )" +RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" distutils_enable_tests unittest diff --git a/dev-python/pony/pony-0.7.14.ebuild b/dev-python/pony/pony-0.7.14.ebuild index 6de64d60c25..e114ab933aa 100644 --- a/dev-python/pony/pony-0.7.14.ebuild +++ b/dev-python/pony/pony-0.7.14.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND=" - test? ( $(python_gen_impl_dep sqlite) )" +BDEPEND="test? ( $(python_gen_impl_dep sqlite) )" +RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" distutils_enable_tests unittest