[python-docx] Fix package requirement

Kushal Khandelwal kushal124 at fedoraproject.org
Fri Mar 13 19:36:37 UTC 2015


commit 1d3f75feaad16eee5dacac16393394d9b8c75db8
Author: Kushal Khandelwal <kushal124 at gmail.com>
Date:   Fri Mar 13 20:35:09 2015 +0100

    Fix package requirement

 python-docx.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-docx.spec b/python-docx.spec
index 7ff1146..d751617 100644
--- a/python-docx.spec
+++ b/python-docx.spec
@@ -4,7 +4,7 @@
 
 Name:		python-docx
 Version:	0.8.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Create and update Microsoft Word .docx files
 
 License:	MIT
@@ -15,7 +15,7 @@ BuildArch:	noarch
  
 BuildRequires:	python-devel
 BuildRequires:	python-lxml
-
+Requires:       python-lxml
 # test requirements
 BuildRequires:	python-behave	>= 1.2.3
 BuildRequires:	pyparsing		>= 2.0.1
@@ -35,7 +35,7 @@ Summary:	Create and update Microsoft Word .docx files
 
 BuildRequires:	python3-devel
 BuildRequires:	python3-lxml
-
+Requires:       python3-lxml
 #Testing requirements
 
 # python-behave	Not available for python3
@@ -97,6 +97,9 @@ behave --stop
 %endif
 
 %changelog
+* Fri Mar 13 2015 Kushal Khandelwal <kushal124 at gmail.com> - 0.8.5-2
+- Fix dependency requirement.
+
 * Mon Mar 9 2015 Kushal Khandelwal <kushal124 at gmail.com> - 0.8.5-1
 - update to 0.8.5
 


More information about the scm-commits mailing list