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 EF133A04A3 for ; Wed, 26 Jan 2022 19:26:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CCCB84274D; Wed, 26 Jan 2022 19:26:32 +0100 (CET) Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) by mails.dpdk.org (Postfix) with ESMTP id BE07E4274B for ; Wed, 26 Jan 2022 19:26:31 +0100 (CET) Received: by mail-io1-f52.google.com with SMTP id 9so665691iou.2 for ; Wed, 26 Jan 2022 10:26:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=2hCyiLSaBa2Ut98RbcQFnOdSv0mo/NrGj9m2d0SxBwU=; b=FPdE1YbeLxKKz/jPJzGTZA6cfSZ/eQb5hRIeEZQwtj2PVA5adK+UIwJYcgIRdOgEng J7Ehn/avtFz218UlIn13b0l1NHsvHHhjA3PieE7EAUWrBnCzxzohGCK1/QW3z6iovL6q bhgWLS6hmQw36rkZt1vBxF50LNyGYR66eCu24= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=2hCyiLSaBa2Ut98RbcQFnOdSv0mo/NrGj9m2d0SxBwU=; b=kQHMspdMBMZSAzuLbgAxsiS6XKoW9IuFssF6ehiH5Ns4nASlU1+5gsmocu0z45NAGZ /Hx3RE9iFd5U8HdGMpmCSfmT8xB3j0Qn3Wt904E+S4E/T7fcVq3z4vptvxYjJP+bnd4N ltDIkz3hmWBzw5l7AR6+8p6gp3a/ZHm4AX2b+PPDJX/kCI6o64CMjaf9TZNasDuwDLcA eH4dASTXiiFjd7P+zCYiHcrSAPwRwoXQOAY1alTR1najHbXKKhFVlINhtoYLR24XFh9W 0sr6TCAPPnpTpoSJ0ioQTV434I5IGEtgULuVphY6+AjUX5zNTSd3YOqH93LoR9+ycbZ1 sZSQ== X-Gm-Message-State: AOAM530FU809h+rAKIYXHJzUAg1iWh2KdHSkZ996B2nsI7O9B3+dF4aJ huQKc7gMvViV562keaAA8Fx6gxXIOzC+w26a8eckG45inv3IjA== X-Google-Smtp-Source: ABdhPJxkmZdVYxAmJGYRmYpKktBciHzq+nxDKDAEOU/3o8KApu/tV9eM+lkq0Y7UoiM3EbcVJuw3tvb8c82mb5ww94I= X-Received: by 2002:a02:7a13:: with SMTP id a19mr4420863jac.163.1643221590913; Wed, 26 Jan 2022 10:26:30 -0800 (PST) MIME-Version: 1.0 References: <20220126181649.770364-1-blo@iol.unh.edu> <20220126181649.770364-2-blo@iol.unh.edu> In-Reply-To: <20220126181649.770364-2-blo@iol.unh.edu> From: Brandon Lo Date: Wed, 26 Jan 2022 13:25:55 -0500 Message-ID: Subject: Re: [PATCH v2 1/4] tools: add acvp_tool To: ci@dpdk.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org On Wed, Jan 26, 2022 at 1:16 PM Brandon Lo wrote: > diff --git a/requirements.txt b/requirements.txt > index f2a6844..48371a7 100644 > --- a/requirements.txt > +++ b/requirements.txt > @@ -1,2 +1,9 @@ > git-pw==2.1.0 > whatthepatch==1.0.2 > +certifi==2021.10.8 > +charset-normalizer==2.0.10 > +idna==3.3 > +pyotp==2.6.0 > +requests==2.27.1 > +six==1.16.0 > +urllib3==1.26.8 Seems like this change contains some extra changes to the root requirements file. I will send a quick v3 so that it doesn't add any extra requirements to labs that don't use FIPS validation. -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu