From f42ab2edb8858d67dce6e4ab1a0bfa41afaeddde Mon Sep 17 00:00:00 2001 From: Sebastian Mitterle Date: Wed, 26 Apr 2023 05:58:34 -0400 Subject: [PATCH] setup.py: Add dependency for ansible plugin Add cryptography distribution. Without it, ansible plugin setup will fail. Signed-off-by: Sebastian Mitterle --- requirements-dev.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 49884e5b7e..2ede658041 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,3 +30,6 @@ jsonschema==3.2.0 # For ansible plugin nested dep, compatible with Python 3.6 setuptools_rust==1.1.2 + +# For ansible plugin nested dep +cryptography==41.0.2