With this patch the scripts are generated by automatically
only from setuptools. The /bin/freezerc script is removed
and the content is incorporated in freezer.main
This patch should make more portable freezer on
win32 platform.
Unfortunately in order to support win32 platforms
we need to use a version of PBR >= 1.0.0,
to support env markers. Now requirements.txt reflects that
Change-Id: I31a4a13711f8c042072e3cc8785078fdbb971cb7
For some reason PBR wasn't installing the
packages listed in requirements.txt. By adding
explicitly the pbr version in setup.py and
adding setuptools requirements the issue is fixed.
Change-Id: Iccb66ae20a7108fe7f359ae656ed11c4e5d6f7a0
Freezer now uses pbr so to be aligned to the other
openstack projects.
Implements blueprint: switch-to-pbr
Change-Id: I67ffe7cf23b857f7d81420586361dcd708f0fc21