corb555 / iot_bridge

Provides a bridge between the Robot Operating System - ROS and the OpenHAB Home-Automation system.
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

Updated package.xml to depend on python-requests #1

Closed IanTheEngineer closed 9 years ago

IanTheEngineer commented 9 years ago

This way you won't have to instruct users to install python-requests separately. See http://docs.ros.org/indigo/api/catkin/html/howto/format1/python_module_dependencies.html for a more detailed explanation.

PS - Great package! Thank you for taking the initiative to integrate ROS with openHAB :)

corb555 commented 9 years ago

Merged. Thanks for the update!