From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6FDBD42E64; Thu, 13 Jul 2023 18:15:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4410840EE7; Thu, 13 Jul 2023 18:15:34 +0200 (CEST) Received: from mail-lj1-f172.google.com (mail-lj1-f172.google.com [209.85.208.172]) by mails.dpdk.org (Postfix) with ESMTP id 34AFC40DDB for ; Thu, 13 Jul 2023 18:15:33 +0200 (CEST) Received: by mail-lj1-f172.google.com with SMTP id 38308e7fff4ca-2b69e6d324aso13979131fa.0 for ; Thu, 13 Jul 2023 09:15:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1689264932; x=1691856932; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=eH+PMEEP8wgX6ResWlQG06f941tgYRYrGo/fW2V/Elg=; b=Z+BQ1tfqs5yBUroiw4ER0uVBPnbYeDnP3g+fuxvHlXtM+nfOKcjtxhsMnpbQwbApLB F9+ZxI8YXtKKeDweWNT1o5zCF+vNbP+Wq8/3qV3hfe5eZoc0oMwfeO22mLGlJdMmt2uA DVdrnkUU0ZARxOfB1y7vj1RfpPiwFPf/AwA4o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689264932; x=1691856932; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=eH+PMEEP8wgX6ResWlQG06f941tgYRYrGo/fW2V/Elg=; b=DYc+Mee0B284cSJi/E337klNR4Ql+KpjyipYuKIqEdiqCUWSwZ3BWZu9L4YCzKTM8S VsdzphKgYWAquyjrq7QXGWxXuL/jbs8zl3JAngFqgb9zGFpP11RKRB7VnDTjOkbAXqqD ijyxzZW4IzH+aYUXIxjCse+Jg6rXcRDW0dOuYnkGoTBa9fDqcnFSajZdgeaagwB5RNwm 3FDZo3rBhX91j5t/mkhwrShw39iW/S05uSh0LdOTk72qkhXUZ5d9t6nCsQPWjNUi6Y7b /yhjYP0JzCn5eyYQIFV3utWaf4BcrlIguJ1zs/yNbIA3LVBUqno69l5hkYAgETwRLwaI ZGfg== X-Gm-Message-State: ABy/qLY3sjMMPveNcMdVm5mZMTs9fITYplFdK70rNB7VnQ3riWZAp7mB 08UhbuveUlbcYly8HLQDw3EQ7ytNOh8YkRznynYefQ== X-Google-Smtp-Source: APBJJlGJsHBVcbT+sOoXp1mPJPp573XydJpII6Z9+BowREDj42m9t0+R9BHs95hygphnkNefkJd4PozUBlW4VuLjKVE= X-Received: by 2002:a2e:9142:0:b0:2b6:e283:32cb with SMTP id q2-20020a2e9142000000b002b6e28332cbmr1802715ljg.23.1689264932658; Thu, 13 Jul 2023 09:15:32 -0700 (PDT) MIME-Version: 1.0 References: <20230713152302.21128-2-jspewock@iol.unh.edu> <20230713152302.21128-4-jspewock@iol.unh.edu> In-Reply-To: From: Jeremy Spewock Date: Thu, 13 Jul 2023 12:15:19 -0400 Message-ID: Subject: Re: [PATCH v6 2/2] dts: add paramiko to dependencies To: =?UTF-8?Q?Juraj_Linke=C5=A1?= Cc: Honnappa.Nagarahalli@arm.com, thomas@monjalon.net, lijuan.tu@intel.com, wathsala.vithanage@arm.com, probb@iol.unh.edu, dev@dpdk.org Content-Type: multipart/alternative; boundary="0000000000003e3744060060a4ac" 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 --0000000000003e3744060060a4ac Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Jul 13, 2023 at 12:06=E2=80=AFPM Juraj Linke=C5=A1 wrote: > On Thu, Jul 13, 2023 at 5:23=E2=80=AFPM wrote: > > > > From: Jeremy Spewock > > > > added paramiko to the dependency files > > > > Signed-off-by: Jeremy Spewock > > --- > > dts/poetry.lock | 137 +++++++++++++++++++++++++++------------------ > > dts/pyproject.toml | 1 + > > 2 files changed, 82 insertions(+), 56 deletions(-) > > > > > diff --git a/dts/pyproject.toml b/dts/pyproject.toml > > index 50bcdb327a..c4543d5c56 100644 > > --- a/dts/pyproject.toml > > +++ b/dts/pyproject.toml > > @@ -13,6 +13,7 @@ warlock =3D "^2.0.1" > > PyYAML =3D "^6.0" > > types-PyYAML =3D "^6.0.8" > > fabric =3D "^2.7.1" > > +paramiko =3D "^3.1.0" > > Quick question - does the patch work with the paramiko version that > goes with Fabric? If so, then we don't need this commit. > I'm not completely sure if it is needed, but I would think that it would work without this listed in the pyproject.toml. I left it in to be less ambiguous as to where the package actually comes from, but I am okay with removing it if that is preferred. I'll run a test without it now quickly to make sure it works without this commit. > > > > > [tool.poetry.dev-dependencies] > > mypy =3D "^0.961" > > -- > > 2.41.0 > > > --0000000000003e3744060060a4ac Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


<= div dir=3D"ltr" class=3D"gmail_attr">On Thu, Jul 13, 2023 at 12:06=E2=80=AF= PM Juraj Linke=C5=A1 <juraj.linkes@pantheon.tech> wrote:
On Thu, Jul 13, 2023 at 5:23= =E2=80=AFPM <j= spewock@iol.unh.edu> wrote:
>
> From: Jeremy Spewock <jspewock@iol.unh.edu>
>
> added paramiko to the dependency files
>
> Signed-off-by: Jeremy Spewock <jspewock@iol.unh.edu>
> ---
>=C2=A0 dts/poetry.lock=C2=A0 =C2=A0 | 137 +++++++++++++++++++++++++++--= ----------------
>=C2=A0 dts/pyproject.toml |=C2=A0 =C2=A01 +
>=C2=A0 2 files changed, 82 insertions(+), 56 deletions(-)
>

> diff --git a/dts/pyproject.toml b/dts/pyproject.toml
> index 50bcdb327a..c4543d5c56 100644
> --- a/dts/pyproject.toml
> +++ b/dts/pyproject.toml
> @@ -13,6 +13,7 @@ warlock =3D "^2.0.1"
>=C2=A0 PyYAML =3D "^6.0"
>=C2=A0 types-PyYAML =3D "^6.0.8"
>=C2=A0 fabric =3D "^2.7.1"
> +paramiko =3D "^3.1.0"

Quick question - does the patch work with the paramiko version that
goes with Fabric? If so, then we don't need this commit.

I'm not completely sure if it is needed, but I would thi= nk that it would work without this listed in the pyproject.toml. I left it = in to be less ambiguous as to where the package actually comes from, but I = am okay with removing it if that is preferred. I'll run a test without = it now quickly to make sure it works without this commit.
=C2=A0

>
>=C2=A0 [tool.poetry.dev-dependencies]
>=C2=A0 mypy =3D "^0.961"
> --
> 2.41.0
>
--0000000000003e3744060060a4ac--