From c303ce8cfcc9332a6435490445e9f2ff05b37ad0 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Thu, 15 Sep 2022 16:50:51 +0000 Subject: Fix Heartbeat build job error onap-gerrit-review: -changelog-or-release-file-missing Change-Id: Ia7a4b7d130a0619bb475cf10c875fad5c870ea49 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-3236 Signed-off-by: Vijay Venkatesh Kumar --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 39378cb..2fada3f 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setup( "pyOpenSSL==20.0.1", "Wheel==0.36.2", "psycopg2-binary==2.8.6", + "cryptography==37.0.4", ], author="Vijay Venkatesh Kumar", author_email="vv770d@att.com", -- cgit 1.2.3-korg