From 0955fbde974f353c7ee9ecaf49399e99d09ffee3 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 4 Apr 2018 15:26:26 +0200 Subject: [PATCH] update gnupg to 0.4.2 --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e45e7e75..e8fb5b48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,5 @@ Jinja2>=2.10 # TODO: Change commit hash to release tag, once python3 branch is merged in git+https://github.com/salt-formulas/reclass.git@31770c6#egg=reclass jsonschema>=2.6.0 -# Closest commit to official python-gnupg==0.4.1 + fix for https://bitbucket.org/vinay.sajip/python-gnupg/issues/84/on-osx-version-detection-fails-then-raises -# TODO: Change to python-gnupg==0.4.2 once released -git+https://github.com/vsajip/python-gnupg.git@73b5d8d#egg=python-gnupg +python-gnupg==0.4.2 six>=1.11.0