[Kimchi-devel] [PATCH] Fix package name of some dependencies

pvital at linux.vnet.ibm.com pvital at linux.vnet.ibm.com
Wed Oct 14 18:04:14 UTC 2015


From: Paulo Vital <pvital at linux.vnet.ibm.com>

Fedora and OpenSUSE uses the name python-devel to handle the development
libraries for Pyhton, instead of the name python-dev.

Signed-off-by: Paulo Vital <pvital at linux.vnet.ibm.com>
---
 contrib/wok.spec.fedora.in | 2 +-
 contrib/wok.spec.suse.in   | 2 +-
 docs/README.md             | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/wok.spec.fedora.in b/contrib/wok.spec.fedora.in
index 8941ff7..7987fa8 100644
--- a/contrib/wok.spec.fedora.in
+++ b/contrib/wok.spec.fedora.in
@@ -22,7 +22,7 @@ Requires:	open-sans-fonts
 BuildRequires:	libxslt
 BuildRequires:	openssl
 BuildRequires:	python-lxml
-BuildRequires:	python-dev
+BuildRequires:	python-devel
 BuildRequires:	python-pip
 
 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
diff --git a/contrib/wok.spec.suse.in b/contrib/wok.spec.suse.in
index 161b996..f749b9e 100644
--- a/contrib/wok.spec.suse.in
+++ b/contrib/wok.spec.suse.in
@@ -23,7 +23,7 @@ Requires:	google-opensans-fonts
 BuildRequires:	libxslt-tools
 BuildRequires:	openssl
 BuildRequires:	python-lxml
-BuildRequires:	python-dev
+BuildRequires:	python-devel
 BuildRequires:	python-pip
 
 %if 0%{?suse_version} == 1100
diff --git a/docs/README.md b/docs/README.md
index c6c5601..afdbace 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -53,7 +53,7 @@ Install Dependencies
                         python-cherrypy python-cheetah python-imaging\
                         PyPAM m2crypto python-jsonschema rpm-build \
                         python-psutil python-ldap python-lxml \
-                        libxslt nginx openssl python-dev python-pip
+                        libxslt nginx openssl python-devel python-pip
 
      $ sudo pip install cython libsass
 
@@ -98,7 +98,7 @@ channel at RHN Classic or Red Hat Satellite.
                           python-CherryPy python-Cheetah python-pam \
                           python-imaging python-M2Crypto python-jsonschema \
                           rpm-build python-psutil python-ldap python-lxml \
-                          libxslt-tools python-xml nginx openssl python-dev \
+                          libxslt-tools python-xml nginx openssl python-devel \
                           python-pip
 
     $ sudo pip install cython libsass
-- 
2.4.3




More information about the Kimchi-devel mailing list