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 79BF5138334 for ; Fri, 3 Jan 2020 10:09:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BACAFE0B67; Fri, 3 Jan 2020 10:09:37 +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 9ADD2E0B67 for ; Fri, 3 Jan 2020 10:09:37 +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 A5D5234DE5E for ; Fri, 3 Jan 2020 10:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60287A9 for ; Fri, 3 Jan 2020 10:09:35 +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: <1578046167.c3357caafdc84d1d2f5de2a77791f5ff5875d8d5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/python-gvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/python-gvm/python-gvm-1.1.0.ebuild X-VCS-Directories: net-analyzer/python-gvm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c3357caafdc84d1d2f5de2a77791f5ff5875d8d5 X-VCS-Branch: master Date: Fri, 3 Jan 2020 10:09:35 +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: b4b47fd5-53f2-4365-aa80-634e3aac1055 X-Archives-Hash: 7409feddff90ca6848928c7bbf5b5666 commit: c3357caafdc84d1d2f5de2a77791f5ff5875d8d5 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jan 3 09:43:06 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 3 10:09:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3357caa net-analyzer/python-gvm: enable unittests Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/python-gvm/python-gvm-1.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild index 337868c6e65..9a52388287f 100644 --- a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild @@ -23,8 +23,7 @@ RDEPEND=" DEPEND=" ${RDEPEND}" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}]" +distutils_enable_tests unittest src_prepare() { distutils-r1_python_prepare_all