PBR

Comment 2 for bug 1405101

Revision history for this message
Thomas Goirand (thomas-goirand) wrote :

Hi,

I'm using PBR 0.10.7 currently, but I had the issue with older versions too. FYI, I also had the issue with oslo.messaging. In oslo.messaging, I had to add:

recursive-include oslo *

in the MANIFEST.in

For oslo.concurency, I did add this to the MANIFEST.in:

recursive-include oslo_concurrency *.py
+recursive-include oslo/concurrency *.py

(and yes, unfortunately, some stuff in Kilo RC1 are still using the namespace...)

If you want to reproduce the build, you can read on instructions here:

http://openstack.alioth.debian.org/

I have no idea how to reproduce that issue in a non-package-building env, though with the instructions above, it should be fairly easy to install sbuild and all.