From 6cee9d5a9d36390acf505fb58b3db0d1fe96377d Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Sep 27 2016 13:37:10 +0000 Subject: Fix incorrect rpm SPEC line --- 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