From patchwork Wed Jul 19 14:12:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Juraj_Linke=C5=A1?= X-Patchwork-Id: 129641 X-Patchwork-Delegate: thomas@monjalon.net 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 23CEC42EB9; Wed, 19 Jul 2023 16:13:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB463427E9; Wed, 19 Jul 2023 16:13:07 +0200 (CEST) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) by mails.dpdk.org (Postfix) with ESMTP id 59F9040685 for ; Wed, 19 Jul 2023 16:13:06 +0200 (CEST) Received: by mail-ed1-f53.google.com with SMTP id 4fb4d7f45d1cf-51f7fb9a944so9723447a12.3 for ; Wed, 19 Jul 2023 07:13:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; s=google; t=1689775986; x=1690380786; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=azSSDMeHYQKYS5dSNFwXPRhScxzp840mhdCDnJCfUNg=; b=khSCDdFRu5dcOpNyzYpS1qoW8/FpjwV3xKfcHpjCbKX6cAEUOvXAgz3jb+ID6t/JZ1 8B+VbAO4xh2gNo2cJSgGxdnlTkGSdzQgvSn5F1vOJUXoY+pzKPTrXm9poNyWwLwO+qME 66G4xsQmH8IMP/lWemoMAwwO2S81x3zMjAcDZMzVV3204eHtvwRQuML9qu03QglaVppL FKNE60pFVIMb2GxthXoDpW3/rhERpUa7lrmBaySulUKpKj1jt9ed/QXeL0R6RpcSEr9z JUh0D4YvNsY0zEIsBFI5g5TMWi597ismHmbAuRWz1GG8URKPbT88n2xiu2AUl9l1AiTV phKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689775986; x=1690380786; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=azSSDMeHYQKYS5dSNFwXPRhScxzp840mhdCDnJCfUNg=; b=KhRj1fxG0qR92dFCL6nd9yxRHzUofn9s23eL8YeSNcOq6+qcjXBBEtP1/fjAMaaGpf QOSN5iKiVv11ac3v5mgbus0bbvZqHkptgztXosFG3FriFQK7G3qhsk9V8Qh5mzGUGphR Pa42HJMmHabYn8NRok8JbhrDdrvLD6RAqbmC7pEpIZCTS0SQ310Wcfwa/MIukKh1hqEd zqPk3bRvoTOP0dwzVMa4bGOVeT/YixFqhEhbi4Sq4AD2JJ8ty/JWBCoKP58zmM1UfsFS Rhdroj7YQ0YOXOJReOuKH6S8+/8894HKMceRr88kilONi9UO542OD171D28xeGMiYteB zp8A== X-Gm-Message-State: ABy/qLYkn/o7TCWAutdPLwuQoLpTJAtT2vGbJ/dZMF3pPD6KNJUnf5QX PAyexA1w0/k/GixDUbIdduA6Xw== X-Google-Smtp-Source: APBJJlFBmweuuUnSceiVdDqSNQbqtugAYGbF7UmXiLkaW3PPJtjsyu1irjGEhYAc24SypH8qYWP+Rw== X-Received: by 2002:a50:ed94:0:b0:51b:c714:a2a1 with SMTP id h20-20020a50ed94000000b0051bc714a2a1mr2655536edr.7.1689775985950; Wed, 19 Jul 2023 07:13:05 -0700 (PDT) Received: from jlinkes-PT-Latitude-5530.. (ip-46.34.247.144.o2inet.sk. [46.34.247.144]) by smtp.gmail.com with ESMTPSA id q8-20020a056402040800b0051e2809395bsm2721979edv.63.2023.07.19.07.13.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Jul 2023 07:13:05 -0700 (PDT) From: =?utf-8?q?Juraj_Linke=C5=A1?= To: thomas@monjalon.net, Honnappa.Nagarahalli@arm.com, lijuan.tu@intel.com, bruce.richardson@intel.com, jspewock@iol.unh.edu, probb@iol.unh.edu Cc: dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= Subject: [PATCH v3 1/6] dts: add scapy dependency Date: Wed, 19 Jul 2023 16:12:58 +0200 Message-Id: <20230719141303.33284-2-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230719141303.33284-1-juraj.linkes@pantheon.tech> References: <20230717110709.39220-1-juraj.linkes@pantheon.tech> <20230719141303.33284-1-juraj.linkes@pantheon.tech> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Required for scapy traffic generator. Signed-off-by: Juraj Linkeš --- dts/poetry.lock | 21 ++++++++++++++++----- dts/pyproject.toml | 1 + 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/dts/poetry.lock b/dts/poetry.lock index 2438f337cd..8cb9920ec7 100644 --- a/dts/poetry.lock +++ b/dts/poetry.lock @@ -346,6 +346,19 @@ category = "main" optional = false python-versions = ">=3.6" +[[package]] +name = "scapy" +version = "2.5.0" +description = "Scapy: interactive packet manipulation tool" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" + +[package.extras] +basic = ["ipython"] +complete = ["ipython", "pyx", "cryptography (>=2.0)", "matplotlib"] +docs = ["sphinx (>=3.0.0)", "sphinx_rtd_theme (>=0.4.3)", "tox (>=3.0.0)"] + [[package]] name = "six" version = "1.16.0" @@ -409,7 +422,7 @@ jsonschema = ">=4,<5" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "719c43bcaa5d181921debda884f8f714063df0b2336d61e9f64ecab034e8b139" +content-hash = "907bf4ae92b05bbdb7cf2f37fc63e530702f1fff9990afa1f8e6c369b97ba592" [metadata.files] attrs = [] @@ -431,10 +444,7 @@ mypy-extensions = [] paramiko = [] pathlib2 = [] pathspec = [] -platformdirs = [ - {file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"}, - {file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"}, -] +platformdirs = [] pycodestyle = [] pycparser = [] pydocstyle = [] @@ -443,6 +453,7 @@ pylama = [] pynacl = [] pyrsistent = [] pyyaml = [] +scapy = [] six = [] snowballstemmer = [] toml = [] diff --git a/dts/pyproject.toml b/dts/pyproject.toml index 50bcdb327a..bd7591f7fb 100644 --- a/dts/pyproject.toml +++ b/dts/pyproject.toml @@ -13,6 +13,7 @@ warlock = "^2.0.1" PyYAML = "^6.0" types-PyYAML = "^6.0.8" fabric = "^2.7.1" +scapy = "^2.5.0" [tool.poetry.dev-dependencies] mypy = "^0.961"