ros-infrastructure / buildfarm

Build scripts and notes for catkin debian build pipeline.
6 stars 15 forks source link

python-buildfarm deb package is broken on python 2 #103

Closed jamuraa closed 11 years ago

jamuraa commented 11 years ago

I'm using python-buildfarm in my simple build scripts for resolving dependencies between packages - the script itself attempts to make a debian package using make deb_dist, and it fails to install because it only requires Python 2.6 and it uses this dict comprehension.

This fixes it so that it installs fine and should be equivalent.

tfoote commented 11 years ago

FYI this is not a stable API.we're in the middle of a rewrite. But the diff is reasonable so I'll merge it.