Browse Source

add python-six to Requires

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8967 ec354946-7b23-47d6-9f5a-488ba84defc7
yasumichi 9 years ago
parent
commit
67c07e7819
1 changed files with 5 additions and 1 deletions
  1. 5 1
      t/translate-toolkit/translate-toolkit-vl.spec

+ 5 - 1
t/translate-toolkit/translate-toolkit-vl.spec

@@ -1,7 +1,7 @@
 # Basic Information
 Name:		translate-toolkit
 Version:	1.12.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv2
 Group:		Development/Tools
 Source0:	translate-toolkit-%{version}.tar.bz2
@@ -16,6 +16,7 @@ Summary(ja):	翻訳用ツールキット
 
 # Dependency
 Requires:	python-lxml
+Requires:	python-six
 BuildRequires:	python-devel
 BuildRequires:	python-setuptools
 BuildArch:	noarch
@@ -53,6 +54,9 @@ Translate Toolkit は、翻訳者の活動をより生産的で支障がない
 %{python_sitelib}/translate
 
 %changelog
+* Sat Sep 20 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.12.0-2
+- add python-six to Requires
+
 * Sat Sep 20 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.12.0-1
 - new upstream release
 - add python-setuptools to BuildRequires