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 2CB04158086 for ; Tue, 5 Oct 2021 05:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E772E0841; Tue, 5 Oct 2021 05:01:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51901E0841 for ; Tue, 5 Oct 2021 05:01:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D0D9342CAD for ; Tue, 5 Oct 2021 05:01:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9578129 for ; Tue, 5 Oct 2021 05:00:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633410044.03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema/jsonschema-4.0.1.ebuild X-VCS-Directories: dev-python/jsonschema/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78 X-VCS-Branch: master Date: Tue, 5 Oct 2021 05:00:58 +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: 41080436-c211-41b8-bd84-655879af7962 X-Archives-Hash: cf67755e933ea9dd80cce74243e173d8 commit: 03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78 Author: Sam James gentoo org> AuthorDate: Tue Oct 5 05:00:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 5 05:00:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b89a83 dev-python/jsonschema: drop --install from d_e_t Didn't make a difference to the test which seems to want jsonschema installed. Bug: https://bugs.gentoo.org/816327 Signed-off-by: Sam James gentoo.org> dev-python/jsonschema/jsonschema-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonschema/jsonschema-4.0.1.ebuild b/dev-python/jsonschema/jsonschema-4.0.1.ebuild index 8e4b01c48ff..a24b213c9ac 100644 --- a/dev-python/jsonschema/jsonschema-4.0.1.ebuild +++ b/dev-python/jsonschema/jsonschema-4.0.1.ebuild @@ -42,4 +42,4 @@ BDEPEND=" ) " -distutils_enable_tests --install unittest +distutils_enable_tests unittest