From patchwork Mon Aug 9 12:41:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Owen Hilyard X-Patchwork-Id: 96732 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A3538A0C52; Mon, 9 Aug 2021 14:41:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 39E09410F4; Mon, 9 Aug 2021 14:41:08 +0200 (CEST) Received: from mail-oi1-f228.google.com (mail-oi1-f228.google.com [209.85.167.228]) by mails.dpdk.org (Postfix) with ESMTP id 6EB5E4003C for ; Mon, 9 Aug 2021 14:41:07 +0200 (CEST) Received: by mail-oi1-f228.google.com with SMTP id h11so8043711oie.0 for ; Mon, 09 Aug 2021 05:41:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=O6l8TXMmofBCMy24pXqjuBVQbtoBuBwbmH1JREBVG8A=; b=R36gCPrnmfmXcyQMm5pAjrPoS+lsjnBiIUBnyBN5uGDhhxC8s/WdmomCnNjPkt814T lO0XBKZlcyWKYRgxLYq3VFPPJlXNaoUKGq3aThY6snIcjP9R0UOeoQw3Q7TvwSoSyiTE tDZpy6qvvm4uoAaiGHmWOXYyyvjsBPswa+6rs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=O6l8TXMmofBCMy24pXqjuBVQbtoBuBwbmH1JREBVG8A=; b=R3rSSNO3RaZ1VqsEDiuahWf7oxCmrT0KmSWd81ExkJNsewLNDx2TKTpRBkMGHSuNKK 8ouRECj+O1bCO/NpHve/sb8clbj6Q+xWmSachfF4VtW7EJ5jkFCsaDmWqDwJ6h0s9tD3 3f9YJY277elDxlnhHwWX3xOW3gc8QVbZNzq2THSwtF2vWHvK+NAnGdjNOEs1HJVW91Jq jCuPUgRVmK5b7zVeG8buyFyqu11N6DKUspyH89PkgBSrLe4J40MXwIy4TSLm/uzxdICE TqwCMYwPahOUhpEzK87dCy+CeF/Rj8Wkgty6RnSnROPuXDMLnCOXTviCzusPQCqmOgyp s0Sw== X-Gm-Message-State: AOAM5330j0GficI8lSUD3kye2LTjc+LpgdQrg3X6VMQa99UhfAa+7qYr NyNTMk6nCQ31EynjMeQ2mplqMpcxUl/bHzQqVouSpe6ajT4T0TJdK3Vk+sYyEm/3HiLna5lj4fR CKfNb3E2wxKPcrV22s1rjkIYSc3nZ9B9KDqz6EDVXu/NsoRRKkoXBUfMSyEyiVYpkIoeSJjzRWA == X-Google-Smtp-Source: ABdhPJzPKkVUMoxT1xw0pvMRHoGgGSHKd0jEEEyVbTxrp3R+Io2ln+49589U2TvOMq166fVVHF6Y2Rj9P5bB X-Received: by 2002:aca:4007:: with SMTP id n7mr15191783oia.58.1628512866784; Mon, 09 Aug 2021 05:41:06 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id a10sm3477216oon.20.2021.08.09.05.41.06 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Aug 2021 05:41:06 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1220:6f7f:5992:405a:bfd7]) by postal.iol.unh.edu (Postfix) with ESMTP id 370F4605248E; Mon, 9 Aug 2021 08:41:06 -0400 (EDT) From: ohilyard@iol.unh.edu To: dts@dpdk.org Cc: lijuan.tu@intel.com, Owen Hilyard Date: Mon, 9 Aug 2021 08:41:00 -0400 Message-Id: <20210809124101.13719-2-ohilyard@iol.unh.edu> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210809124101.13719-1-ohilyard@iol.unh.edu> References: <20210809124101.13719-1-ohilyard@iol.unh.edu> MIME-Version: 1.0 Subject: [dts] [PATCH v2 2/3] requirements: Added required modules to requirements X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: Owen Hilyard Since the dependency script imports every module it looks at, it found a few requirements that are not listed. Signed-off-by: Owen Hilyard --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index fae0ace8..d88ccd26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,3 +38,6 @@ pcapy xlrd scapy==2.4.4 threadpool +matplotlib +gitpython +pydes \ No newline at end of file