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 DA334138359 for ; Fri, 14 Aug 2020 23:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3990E08FA; Fri, 14 Aug 2020 23:22:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8917DE08FA for ; Fri, 14 Aug 2020 23:22:27 +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 99C4334F3AE for ; Fri, 14 Aug 2020 23:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33825335 for ; Fri, 14 Aug 2020 23:22:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597447296.cc0c702e641c038bfcd537a8d8698e97e79dd5b4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-debian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-debian/python-debian-0.1.36.ebuild X-VCS-Directories: dev-python/python-debian/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc0c702e641c038bfcd537a8d8698e97e79dd5b4 X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:22:22 +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: 8556e708-d070-46ff-b961-1ab2824f21a7 X-Archives-Hash: c2484e2c623d20a2e8707ed8216c2ac0 commit: cc0c702e641c038bfcd537a8d8698e97e79dd5b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 3 21:27:05 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 14 23:21:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0c702e dev-python/python-debian: Drop superfluous python_gen_cond_dep w/o python2_7 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/python-debian/python-debian-0.1.36.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/python-debian/python-debian-0.1.36.ebuild b/dev-python/python-debian/python-debian-0.1.36.ebuild index 78fab194385..c4ec7d333fa 100644 --- a/dev-python/python-debian/python-debian-0.1.36.ebuild +++ b/dev-python/python-debian/python-debian-0.1.36.ebuild @@ -23,10 +23,7 @@ RDEPEND=" BDEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - app-arch/dpkg - $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' -2) - ) + test? ( app-arch/dpkg ) " PATCHES=( "${FILESDIR}/0.1.36-disable-apt-pkg.patch" )