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 015BE1382C5 for ; Thu, 31 Dec 2020 11:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 399B8E0870; Thu, 31 Dec 2020 11:36:08 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2CDFE0870 for ; Thu, 31 Dec 2020 11:36:07 +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 A355533C4EE for ; Thu, 31 Dec 2020 11:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DEDE332 for ; Thu, 31 Dec 2020 11:36:05 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1609414485.6541235427d9938fd1da32a05a9eea723bbfb4bb.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/scapy/scapy-2.4.4.ebuild X-VCS-Directories: net-analyzer/scapy/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 6541235427d9938fd1da32a05a9eea723bbfb4bb X-VCS-Branch: master Date: Thu, 31 Dec 2020 11:36:05 +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: ed43f39d-259c-4857-bddc-800fc578b2c0 X-Archives-Hash: e7ddeff73c13a4a6c5f9d382c0a28cc7 commit: 6541235427d9938fd1da32a05a9eea723bbfb4bb Author: Mike Auty gentoo org> AuthorDate: Thu Dec 31 11:34:45 2020 +0000 Commit: Mike Auty gentoo org> CommitDate: Thu Dec 31 11:34:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65412354 net-analyzer/scapy: Fix bug 751679 Signed-off-by: Mike Auty gentoo.org> net-analyzer/scapy/scapy-2.4.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild index 18754dd9faa..8e4a5ba64ef 100644 --- a/net-analyzer/scapy/scapy-2.4.4.ebuild +++ b/net-analyzer/scapy/scapy-2.4.4.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"