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 54D50138335 for ; Fri, 3 Jan 2020 20:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03550E095E; Fri, 3 Jan 2020 20:46:31 +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 DD68BE095E for ; Fri, 3 Jan 2020 20:46:30 +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 062CB34DE3C for ; Fri, 3 Jan 2020 20:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AA8FAC for ; Fri, 3 Jan 2020 20:46:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1578084375.f24cd559d5213c9f30302156d056e724fdc8abbd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cmd2/cmd2-0.9.21.ebuild dev-python/cmd2/cmd2-0.9.22.ebuild X-VCS-Directories: dev-python/cmd2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f24cd559d5213c9f30302156d056e724fdc8abbd X-VCS-Branch: master Date: Fri, 3 Jan 2020 20:46:28 +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: 03ca07a3-99e6-442c-aeb3-937a27ea37b7 X-Archives-Hash: a6464e5c87de163e22b018bdf875f02d commit: f24cd559d5213c9f30302156d056e724fdc8abbd Author: David Seifert gentoo org> AuthorDate: Fri Jan 3 20:46:15 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jan 3 20:46:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24cd559 dev-python/cmd2: Remove python_gen_cond_dep calls for py3.5 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/cmd2/cmd2-0.9.21.ebuild | 3 +-- dev-python/cmd2/cmd2-0.9.22.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/cmd2/cmd2-0.9.21.ebuild b/dev-python/cmd2/cmd2-0.9.21.ebuild index 715f6032dc2..68c78f3022d 100644 --- a/dev-python/cmd2/cmd2-0.9.21.ebuild +++ b/dev-python/cmd2/cmd2-0.9.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,6 @@ DEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( ${RDEPEND} - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python3_5) dev-python/pytest[${PYTHON_USEDEP}] ) " diff --git a/dev-python/cmd2/cmd2-0.9.22.ebuild b/dev-python/cmd2/cmd2-0.9.22.ebuild index 715f6032dc2..68c78f3022d 100644 --- a/dev-python/cmd2/cmd2-0.9.22.ebuild +++ b/dev-python/cmd2/cmd2-0.9.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,6 @@ DEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( ${RDEPEND} - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python3_5) dev-python/pytest[${PYTHON_USEDEP}] ) "