meta-ros/recipes-devtools/python
Lukas Bulwahn c747482afa clean up to prepare merging content from #519
This commit includes:

  - use `DEPENDS =` instead of `DEPENDS +=`.
  - put single-line configurations into a single line
  - move DEPENDS to right location in recipe files
  - remove superfluous ROS_SPN declarations

The clean up was motivated by the commits for
object-recognition-msgs and hector-mapping in #519.

Issues were identified with `grep "DEPENDS +=" . -R` and by looking
at the output of oe-stylize.py with this bash script:

```

for RECIPE in $(find . -name *.bb)
do
        echo "Processing: $RECIPE"
        ~/work/repositories/openembedded.org/meta-openembedded/contrib/oe-stylize.py $RECIPE > $RECIPE-oestylize
        diff $RECIPE $RECIPE-oestylize
done
```

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-11-25 13:55:56 +01:00
..
python-rosdep python-rosdep: remove pre-build dependency on nose 2017-02-22 16:40:33 +02:00
python-bson_0.4.3.bb python-bson: updating to 0.4.3 and improving license info 2016-09-16 16:29:00 +02:00
python-catkin-pkg.inc python-catkin-pkg: add python3 flavour of the package 2017-04-07 14:25:41 +03:00
python-catkin-pkg_0.2.10.bb python-catkin-pkg: add python3 flavour of the package 2017-04-07 14:25:41 +03:00
python-empy.inc python-empy: add python3 flavour of the package 2017-04-07 14:26:21 +03:00
python-empy_3.3.2.bb python-empy: add python3 flavour of the package 2017-04-07 14:26:21 +03:00
python-future.inc python-future: recipe for version 0.16.0 with python2/python3 support 2017-05-07 08:00:21 +02:00
python-future_0.16.0.bb python-future: recipe for version 0.16.0 with python2/python3 support 2017-05-07 08:00:21 +02:00
python-native_%.bbappend python: making bbappend files version independent 2015-03-30 09:26:14 +02:00
python-netifaces.inc python-netifaces: add python3 flavour of the package 2017-04-07 14:27:06 +03:00
python-netifaces_0.10.5.bb python-netifaces: add python3 flavour of the package 2017-04-07 14:27:06 +03:00
python-pyyaml_3.11.bb python-pyyaml: updating to 3.11 2015-01-21 09:23:17 +01:00
python-rosdep.inc python-rosdep: add python3 flavour of the package 2017-04-07 14:28:42 +03:00
python-rosdep_0.11.5.bb python-rosdep: add python3 flavour of the package 2017-04-07 14:28:42 +03:00
python-rosdistro.inc python-rosdistro: add python3 flavour of the package 2017-04-07 14:30:01 +03:00
python-rosdistro_0.4.7.bb python-rosdistro: add python3 flavour of the package 2017-04-07 14:30:01 +03:00
python-rosinstall_0.7.8.bb clean up to prepare merging content from #519 2017-11-25 13:55:56 +01:00
python-rospkg.inc python-rospkg: add python3 flavour of the package 2017-04-07 14:30:31 +03:00
python-rospkg_1.0.40.bb python-rospkg: add python3 flavour of the package 2017-04-07 14:30:31 +03:00
python-vcstools_0.1.39.bb python-vcstools: updating to 0.1.39 2016-09-16 16:29:13 +02:00
python-wstool_0.1.13.bb python-wstool: updating to 0.1.13 2016-09-16 16:29:13 +02:00
python3-catkin-pkg_0.2.10.bb python-catkin-pkg: add python3 flavour of the package 2017-04-07 14:25:41 +03:00
python3-empy_3.3.2.bb python-empy: add python3 flavour of the package 2017-04-07 14:26:21 +03:00
python3-future_0.16.0.bb python-future: recipe for version 0.16.0 with python2/python3 support 2017-05-07 08:00:21 +02:00
python3-netifaces_0.10.5.bb python-netifaces: add python3 flavour of the package 2017-04-07 14:27:06 +03:00
python3-rosdep_0.11.5.bb python-rosdep: add python3 flavour of the package 2017-04-07 14:28:42 +03:00
python3-rosdistro_0.4.7.bb python-rosdistro: add python3 flavour of the package 2017-04-07 14:30:01 +03:00
python3-rospkg_1.0.40.bb python-rospkg: add python3 flavour of the package 2017-04-07 14:30:31 +03:00
python_%.bbappend python: making bbappend files version independent 2015-03-30 09:26:14 +02:00