backports: add a Python binary package dependency library
authorLuis R. Rodriguez <mcgrof@suse.com>
Thu, 1 May 2014 14:58:04 +0000 (07:58 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 2 May 2014 01:44:14 +0000 (18:44 -0700)
commit63bfff7fcf222821ec4e00c1700c7bde121fd99d
tree05bd6b248923c5b10ff72ed7b736772b90b09c6f
parent4dfdb877f0c0fe6604b47c90e5e21221a0a5d4d2
backports: add a Python binary package dependency library

This lets us use this in our python scripts for
program dependencies that they might have, instead
of getting nasty stack traces you get output that's
a very useful and clear. This is also important as
we move along with Coccinelle and require newer
versions with new bells and whisteles added upstream
to Coccinelle.

Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
lib/bpreqs.py [new file with mode: 0644]