[nml/f15] add python-setuptools runtime requirement

Felix Kaechele heffer at fedoraproject.org
Wed Apr 11 12:50:00 UTC 2012


commit 3d7d73ddc6ede93ebe4708bb51f7ebc501aa0db0
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Wed Apr 11 14:49:48 2012 +0200

    add python-setuptools runtime requirement

 nml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nml.spec b/nml.spec
index c78f684..f30d6fe 100644
--- a/nml.spec
+++ b/nml.spec
@@ -2,7 +2,7 @@
 
 Name:           nml
 Version:        0.2.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        NewGRF Meta Language compiler
 
 License:        GPLv2+
@@ -11,7 +11,7 @@ Source0:        http://bundles.openttdcoop.org/nml/releases/%{version}/%{name}-%
 
 BuildArch:      noarch
 BuildRequires:  python2-devel python-setuptools-devel
-Requires:       python-imaging python-ply
+Requires:       python-imaging python-ply python-setuptools
 
 %description
 A tool to compile nml files to grf or nfo files, making newgrf coding easier.
@@ -42,5 +42,8 @@ rm docs/nmlc.1.gz
 
 
 %changelog
+* Wed Apr 11 2012 Felix Kaechele <heffer at fedoraproject.org> - 0.2.3-2
+- add python-setuptools runtime requirement
+
 * Thu Mar 29 2012 Felix Kaechele <heffer at fedoraproject.org> - 0.2.3-1
 - initial spec


More information about the scm-commits mailing list