From ae0c9782d7c9a38361cc016826b056b14780fd49 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 9 Jul 2018 09:47:26 -0400 Subject: [PATCH] Require python-cryptography Ensure that rpm based packages carry this requirement correctly. Change-Id: I0c7c58c9924d2713e6cc5f366beb03cb2e08b618 --- python-pyghmi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 4f6bab4d..18fc1a8d 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -10,6 +10,7 @@ Prefix: %{_prefix} BuildArch: noarch Vendor: Jarrod Johnson Url: https://git.openstack.org/cgit/openstack/pyghmi +Requires: python-cryptography %description