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 094AD13933E for ; Fri, 2 Jul 2021 08:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD48E078A; Fri, 2 Jul 2021 08:16:12 +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 21ED1E078A for ; Fri, 2 Jul 2021 08:16:12 +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 6BE6C335CD7 for ; Fri, 2 Jul 2021 08:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6BEA7A2 for ; Fri, 2 Jul 2021 08:16:08 +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: <1625213716.09f823915ded9d381bbf79bc32544cb347ca14f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09f823915ded9d381bbf79bc32544cb347ca14f3 X-VCS-Branch: master Date: Fri, 2 Jul 2021 08:16:08 +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: 05c22351-6cae-4cc9-8aad-c813c7e74f94 X-Archives-Hash: 7a8eee404596266b5fa6a4c18f9cc8ff commit: 09f823915ded9d381bbf79bc32544cb347ca14f3 Author: Sam James gentoo org> AuthorDate: Fri Jul 2 08:15:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 2 08:15:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f82391 sys-fs/zfs: add new Python dependencies packaging is preferred to distlib upstream. Closes: https://bugs.gentoo.org/799794 Signed-off-by: Sam James gentoo.org> sys-fs/zfs/zfs-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 957b611b7ef..e3ae8b23609 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -54,6 +54,10 @@ BDEPEND="virtual/awk nls? ( sys-devel/gettext ) python? ( dev-python/setuptools[${PYTHON_USEDEP}] + || ( + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/distlib[${PYTHON_USEDEP}] + ) ) "