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 40059138334 for ; Sun, 24 Nov 2019 16:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA589E087C; Sun, 24 Nov 2019 16:15:17 +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 8FB4DE087B for ; Sun, 24 Nov 2019 16:15:17 +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 7155E34D28C for ; Sun, 24 Nov 2019 16:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBB5B8C8 for ; Sun, 24 Nov 2019 16:15:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574611865.cd2fd37dad95f7359313aff6269b1aa539fe085d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/passlib/passlib-1.7.1-r1.ebuild X-VCS-Directories: dev-python/passlib/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cd2fd37dad95f7359313aff6269b1aa539fe085d X-VCS-Branch: master Date: Sun, 24 Nov 2019 16:15:13 +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: 39188366-224c-4813-9c3a-8e033378b301 X-Archives-Hash: daea0d1b176675896b8801b21a2428f8 commit: cd2fd37dad95f7359313aff6269b1aa539fe085d Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 24 16:11:05 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 24 16:11:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2fd37d dev-python/passlib: fix QA warning about tests Signed-off-by: Aaron Bauman gentoo.org> dev-python/passlib/passlib-1.7.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/passlib/passlib-1.7.1-r1.ebuild b/dev-python/passlib/passlib-1.7.1-r1.ebuild index 31ff00f1fde..5791a80c010 100644 --- a/dev-python/passlib/passlib-1.7.1-r1.ebuild +++ b/dev-python/passlib/passlib-1.7.1-r1.ebuild @@ -14,6 +14,7 @@ LICENSE="BSD-2" KEYWORDS="amd64 ~arm ~arm64 x86" SLOT="0" IUSE="+bcrypt doc +scrypt test +totp" +RESTRICT="!test? ( test )" RDEPEND="bcrypt? ( dev-python/bcrypt[${PYTHON_USEDEP}] ) totp? ( dev-python/cryptography[${PYTHON_USEDEP}] )