aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2022-09-15 16:50:51 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2022-09-15 16:51:24 +0000
commitc303ce8cfcc9332a6435490445e9f2ff05b37ad0 (patch)
tree542531f41700be5dd48755e4227f0772e5695e26
parentdac22d93c804780f2dc20164aeb44fc80a30890d (diff)
Fix Heartbeat build job error
onap-gerrit-review: -changelog-or-release-file-missing Change-Id: Ia7a4b7d130a0619bb475cf10c875fad5c870ea49 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3236 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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",