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 95C7313835B for ; Mon, 7 Dec 2020 07:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C5B7E0AFD; Mon, 7 Dec 2020 07:36:40 +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 26B27E0AFE for ; Mon, 7 Dec 2020 07:36:40 +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 1EAEA340F92 for ; Mon, 7 Dec 2020 07:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B590485 for ; Mon, 7 Dec 2020 07:36:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1607326067.eda587091c09495fb72314480b2fc07d982e8c3c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/trash-cli/trash-cli-0.20.11.23.ebuild X-VCS-Directories: app-misc/trash-cli/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: eda587091c09495fb72314480b2fc07d982e8c3c X-VCS-Branch: master Date: Mon, 7 Dec 2020 07:36: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: 06d556cb-5f9c-4e98-a266-fecfd83b80e1 X-Archives-Hash: 1926d5e0a1470ee675ae852d55f63ed1 commit: eda587091c09495fb72314480b2fc07d982e8c3c Author: Joonas Niilola gentoo org> AuthorDate: Mon Dec 7 07:27:47 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Dec 7 07:27:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda58709 app-misc/trash-cli: add psutil as test dep Signed-off-by: Joonas Niilola gentoo.org> app-misc/trash-cli/trash-cli-0.20.11.23.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild b/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild index c8dca292c57..a6a57141736 100644 --- a/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild +++ b/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild @@ -15,12 +15,11 @@ SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND=" +BDEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] )" distutils_enable_tests nose