From 6cee9d5a9d36390acf505fb58b3db0d1fe96377d Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Tue, 27 Sep 2016 21:37:10 +0800 Subject: [PATCH] Fix incorrect rpm SPEC line --- pywbem.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywbem.spec b/pywbem.spec index 6c10868..75d67a7 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -11,7 +11,7 @@ Source0: https://github.com/pywbem/pywbem/archive/v%{version}.tar.gz BuildRequires: python-pip PyYAML python-ply python2-rpm-macros BuildRequires: python3-pip python3-PyYAML python3-ply python3-rpm-macros BuildArch: noarch -Requires: m2crypto, PyYAML +Requires: m2crypto PyYAML %description A Python library for making CIM (Common Information Model) operations over HTTP