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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0E1C15808B for ; Sat, 9 Apr 2022 11:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9392E087E; Sat, 9 Apr 2022 11:37:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C09AEE087E for ; Sat, 9 Apr 2022 11:37:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A951341369 for ; Sat, 9 Apr 2022 11:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9F18355 for ; Sat, 9 Apr 2022 11:37:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1649504047.77d810b50a4747c3b4ae2d2dc5b69a3b950c48ec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-configuration/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zope-configuration/zope-configuration-4.4.1-r1.ebuild X-VCS-Directories: dev-python/zope-configuration/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77d810b50a4747c3b4ae2d2dc5b69a3b950c48ec X-VCS-Branch: master Date: Sat, 9 Apr 2022 11:37:46 +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: b1febb8c-1472-445b-b9d7-90cbf3c3a1b7 X-Archives-Hash: cdca3c1a0b6d6081d42a793964b97a4b commit: 77d810b50a4747c3b4ae2d2dc5b69a3b950c48ec Author: Michał Górny gentoo org> AuthorDate: Sat Apr 9 11:34:07 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 9 11:34:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d810b5 dev-python/zope-configuration: Fix distutils_enable_tests call Closes: https://bugs.gentoo.org/837374 Signed-off-by: Michał Górny gentoo.org> dev-python/zope-configuration/zope-configuration-4.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zope-configuration/zope-configuration-4.4.1-r1.ebuild b/dev-python/zope-configuration/zope-configuration-4.4.1-r1.ebuild index 86e3f61d43ef..402cfde1a07c 100644 --- a/dev-python/zope-configuration/zope-configuration-4.4.1-r1.ebuild +++ b/dev-python/zope-configuration/zope-configuration-4.4.1-r1.ebuild @@ -36,7 +36,7 @@ BDEPEND=" ) " -distutils_enable_tests pytest +distutils_enable_tests unittest python_compile() { distutils-r1_python_compile