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 97028138350 for ; Thu, 23 Apr 2020 06:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB88BE0BE5; Thu, 23 Apr 2020 06:37:14 +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 9A149E0BE5 for ; Thu, 23 Apr 2020 06:37:14 +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 932CE34F213 for ; Thu, 23 Apr 2020 06:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5159F215 for ; Thu, 23 Apr 2020 06:37:12 +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: <1587623785.de0f55dd707dc61be94e796258174a6a663cd132.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pwman3/pwman3-0.10.0-r1.ebuild X-VCS-Directories: app-admin/pwman3/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: de0f55dd707dc61be94e796258174a6a663cd132 X-VCS-Branch: master Date: Thu, 23 Apr 2020 06:37:12 +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: d75841e7-e338-4a2c-b4b1-ab5f74ca9bc2 X-Archives-Hash: e2b092a4a237953f471b57422a8bed22 commit: de0f55dd707dc61be94e796258174a6a663cd132 Author: Joonas Niilola gentoo org> AuthorDate: Thu Apr 23 05:41:23 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 23 06:36:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0f55dd app-admin/pwman3: correct DISTUTILS_USE_SETUPTOOLS value Signed-off-by: Joonas Niilola gentoo.org> app-admin/pwman3/pwman3-0.10.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild index fac9659b89f..d86b04e68b1 100644 --- a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild +++ b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite" +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 eutils DESCRIPTION="A lightweight password-manager with multiple database backends" @@ -19,8 +20,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/cryptography-2.3[${PYTHON_USEDEP}] >=dev-python/colorama-0.3.0[${PYTHON_USEDEP}] - test? ( dev-python/pexpect[${PYTHON_USEDEP}] ) - " +" +BDEPEND="test? ( dev-python/pexpect[${PYTHON_USEDEP}] )" distutils_enable_tests setup.py