From patchwork Mon Jul 17 11:07:04 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: 129572 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 54FA042E9B; Mon, 17 Jul 2023 13:07:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F9D242D31; Mon, 17 Jul 2023 13:07:15 +0200 (CEST) Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) by mails.dpdk.org (Postfix) with ESMTP id A1EE940698 for ; Mon, 17 Jul 2023 13:07:13 +0200 (CEST) Received: by mail-lj1-f173.google.com with SMTP id 38308e7fff4ca-2b70404a5a0so69011991fa.2 for ; Mon, 17 Jul 2023 04:07:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; s=google; t=1689592033; x=1692184033; 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=XBlxpcauhLy4KKIWcffqhQko9FCN9LT4hU2kRtapSHnWNh9A+0ipD4HL8ewErBXlQu V/9MNjEPqNjImp6i+yxJ+zwmxmlUO5BgRhuQ49asK9rEZhq+pygKIFJWhFleDoIoF+e3 Pown2brXPRu8u+KPPzHqo/NgURlPTpmivYrKy2myYR9FVJJtObxCr9v3lUa/xLrI+WWs OSYflX/kG4fYMaAqXPiTy55uhjhgg+yoWaOWQcAmPV6yHG1OxiuEimgz7jqLK4jYFQvi Zuwc3xT3hjCzpdzazKWIlzUEEvXZ3qadmjolfiTdcBiH/QDB8l+9PHbE6yRVjQkSJxuR DTaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689592033; x=1692184033; 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=kuhUkJnuADCOjjCHHVk6oQ6dKEGs4+nc37Auv3R0V21V0Y0A9nDaePwE3H1ZN716Ws L3oKN+EobRNLxiW5/nXdU9Y0ovZFS4WFYBSKbdLXG4tyQUUCZlBeft1tq9ZhILItrXP+ w1eWSzx9fVnpjcTYXe/NXk40Ct0M9b7K/S4sr2v7sk9Ou33RFREGPSP1sbygD09jKjMy 0dFC+fubNHlpQj4BqRq/KFhqvlv3mj+Es25QbSMopapzTLv8EGc90Crk7OPxMJ2wtPsd vyLoVIaPcCT7DlpSkBkVV+yWlWil44h8/ucByAq9dfGgyaFg0i3xS0ZHFRm0KL+HxAG5 12wA== X-Gm-Message-State: ABy/qLZGkVkUGDlMQtrgv10iPdg9nZxh8PDOUkOb1spT5H6Qua51XgI3 hNLMw4SGkQUdyEojB9gsWIv8DA== X-Google-Smtp-Source: APBJJlFJ3jcxUiXoYGzK3zkCy57wbmnJGS+bvgllbhFLSc2YX+Uectu7DMinselU9fOEWAdjuiw1Ng== X-Received: by 2002:a2e:7405:0:b0:2b6:d13a:8e34 with SMTP id p5-20020a2e7405000000b002b6d13a8e34mr10384937ljc.46.1689592032960; Mon, 17 Jul 2023 04:07:12 -0700 (PDT) Received: from jlinkes-PT-Latitude-5530.. (ip-46.34.239.87.o2inet.sk. [46.34.239.87]) by smtp.gmail.com with ESMTPSA id s21-20020a170906355500b0098de7d28c34sm8995051eja.193.2023.07.17.04.07.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jul 2023 04:07:12 -0700 (PDT) From: =?utf-8?q?Juraj_Linke=C5=A1?= To: thomas@monjalon.net, Honnappa.Nagarahalli@arm.com, lijuan.tu@intel.com, jspewock@iol.unh.edu, probb@iol.unh.edu Cc: dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= Subject: [PATCH v2 1/6] dts: add scapy dependency Date: Mon, 17 Jul 2023 13:07:04 +0200 Message-Id: <20230717110709.39220-2-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230717110709.39220-1-juraj.linkes@pantheon.tech> References: <20230420093109.594704-1-juraj.linkes@pantheon.tech> <20230717110709.39220-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"