[ino] Added picocom as a dependency, fixes #985908

Alberto Ruiz aruiz at fedoraproject.org
Wed Aug 28 18:28:27 UTC 2013


commit 057173eb6f45708912005def645a13885cc228f0
Author: Alberto Ruiz <aruiz at gnome.org>
Date:   Wed Aug 28 20:28:00 2013 +0200

    Added picocom as a dependency, fixes #985908

 ino.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ino.spec b/ino.spec
index c3c8fe8..c2703b9 100644
--- a/ino.spec
+++ b/ino.spec
@@ -1,6 +1,6 @@
 Name:           ino
 Version:        0.3.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Command line toolkit for working with Arduino hardware
 # See README.rst
 License:        MIT
@@ -11,6 +11,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 Requires:       python-jinja2 pyserial python-configobj python-ordereddict
 Requires:       arduino-core
+Requires:       picocom
 
 %description
 Ino is a command line toolkit for working with Arduino hardware.
@@ -46,6 +47,9 @@ chmod +x %{buildroot}%{python_sitelib}/%{name}/runner.py
 %{python_sitelib}/%{name}*
 
 %changelog
+* Wed Aug 28 2013 Alberto Ruiz <aruiz at gnome.org> - 0.3.5-3
+- Added picocom as a dependency, fixes #985908
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list