[python-rosdep/f19] Add missing dependency on rosdistro

rmattes rmattes at fedoraproject.org
Mon Apr 14 22:39:27 UTC 2014


commit 5a9a3defdd414779c6f81fe7eed6acefc43494dd
Author: Rich Mattes <richmattes at gmail.com>
Date:   Sat Apr 12 11:36:49 2014 -0400

    Add missing dependency on rosdistro

 python-rosdep.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/python-rosdep.spec b/python-rosdep.spec
index acac50c..e4236aa 100644
--- a/python-rosdep.spec
+++ b/python-rosdep.spec
@@ -22,13 +22,15 @@ BuildRequires:  python-catkin_pkg
 BuildRequires:  python-catkin-sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-nose
+BuildRequires:  python-rosdistro >= 0.3.0
 BuildRequires:  python-rospkg
 BuildRequires:  python-devel
 BuildRequires:  python-sphinx
 
-Requires:       PyYAML
+Requires:       PyYAML >= 3.1
 Requires:       python-catkin_pkg
 Requires:       python-rospkg
+Requires:       python-rosdistro >= 0.3.0
 Requires:       ros-release
 
 


More information about the scm-commits mailing list