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 7A531138359 for ; Sat, 14 Nov 2020 21:02:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA878E086F; Sat, 14 Nov 2020 21:02:16 +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 9EA28E086F for ; Sat, 14 Nov 2020 21:02:16 +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 122D8335D31 for ; Sat, 14 Nov 2020 21:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8491D448 for ; Sat, 14 Nov 2020 21:02:13 +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: <1605387729.7fb5ebc9e1a390fa1902be4531a87c7b086c766e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cfn-python-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cfn-python-lint/cfn-python-lint-0.38.0.ebuild dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild X-VCS-Directories: dev-python/cfn-python-lint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7fb5ebc9e1a390fa1902be4531a87c7b086c766e X-VCS-Branch: master Date: Sat, 14 Nov 2020 21:02:13 +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: 6693f85c-76f9-4473-9a21-3a0d0b704218 X-Archives-Hash: 3e3a1fd1bc54f3867e00d85e8b7ca6a0 commit: 7fb5ebc9e1a390fa1902be4531a87c7b086c766e Author: Michał Górny gentoo org> AuthorDate: Sat Nov 14 21:00:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 14 21:02:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb5ebc9 dev-python/cfn-python-lint: Add missing mock dep Closes: https://bugs.gentoo.org/723700 Signed-off-by: Michał Górny gentoo.org> dev-python/cfn-python-lint/cfn-python-lint-0.38.0.ebuild | 7 +++++++ dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.38.0.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.38.0.ebuild index c96b0418260..8fdc39d88ec 100644 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.38.0.ebuild +++ b/dev-python/cfn-python-lint/cfn-python-lint-0.38.0.ebuild @@ -27,6 +27,13 @@ RDEPEND=" >=dev-python/requests-2.15.0[${PYTHON_USEDEP}] >=dev-python/six-1.11[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest PATCHES=( "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch" diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild index c96b0418260..8fdc39d88ec 100644 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild +++ b/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild @@ -27,6 +27,13 @@ RDEPEND=" >=dev-python/requests-2.15.0[${PYTHON_USEDEP}] >=dev-python/six-1.11[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest PATCHES=( "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"