[python-twisted-core] - Added pyserial to Requires

belegdol belegdol at fedoraproject.org
Thu Sep 30 19:29:58 UTC 2010


commit c4b1c1c744a5eb8260f1fc64cb99f769e620a662
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Thu Sep 30 21:29:56 2010 +0200

    - Added pyserial to Requires

 python-twisted-core.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-twisted-core.spec b/python-twisted-core.spec
index e747571..e19157e 100644
--- a/python-twisted-core.spec
+++ b/python-twisted-core.spec
@@ -3,7 +3,7 @@
 
 Name:           %{python}-twisted-core
 Version:        10.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Asynchronous networking framework written in Python
 Group:          Development/Libraries
 License:        MIT
@@ -20,6 +20,7 @@ BuildRequires:  /bin/awk
 
 Requires:       %{python}-zope-interface
 Requires:       pyOpenSSL
+Requires:       pyserial
 
 %description
 An extensible framework for Python programming, with special focus
@@ -192,6 +193,9 @@ fi
 %{_datadir}/zsh/site-functions/_twisted_zsh_stub
 
 %changelog
+* Thu Sep 30 2010 Julian Sikorski <belegdol at fedoraproject.org> - 10.1.0-3
+- Added pyserial to Requires
+
 * Wed Sep 29 2010 jkeating - 10.1.0-2
 - Rebuilt for gcc bug 634757
 


More information about the scm-commits mailing list