[python-debian] require python-chardet

Miroslav Suchý msuchy at fedoraproject.org
Mon Oct 3 08:44:41 UTC 2011


commit 59287d31402310383b52ad6b1687e40c6055f854
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Oct 3 10:44:21 2011 +0200

    require python-chardet

 python-debian.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/python-debian.spec b/python-debian.spec
index 6e9c153..a34690b 100644
--- a/python-debian.spec
+++ b/python-debian.spec
@@ -10,11 +10,11 @@ License:        GPLv2+ and GPLv3+
 Group:          Development/Libraries
 Source0:        http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_%{version}.tar.gz
 URL:            http://git.debian.org/?p=pkg-python-debian/python-debian.git
-BuildRequires:  python-devel
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 Requires:       python >= 2.4
-BuildRequires:  python-devel, python-setuptools
+Requires:		python-chardet
+BuildRequires:  python-devel, python-setuptools, python-chardet
 
 
 %description
@@ -70,8 +70,9 @@ cd tests;
 %doc README README.changelog README.deb822 HISTORY.deb822 ACKNOWLEDGEMENTS
 
 %changelog
-* Mon Oct  3 2011 Miroslav Suchy <msuchy at redhat.com> 0.1.21-1
+* Mon Oct  3 2011 Miroslav Suchy <msuchy at redhat.com> 0.1.21-2
 - rebase to 0.1.21 release
+- require python-chardet
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.16-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list