giftwrap/giftwrap/builders
Jesse Keating 9abe6da804 Switch from python setup.py to pip for install
Using python setup.py install with a PBR managed system doesn't work. It
hasn't been supported for a while
(http://lists.openstack.org/pipermail/openstack-dev/2013-September/015525.html
and
https://openstack.nimeyo.com/42989/openstack-dev-pbr-support-for-python-setup-py-install).
It's now breaking in our CI due to not installing the required deps,
such as the requests module. By using pip install we get all that we
want, as upstream for PBR suggests.
2015-06-16 15:30:07 -07:00
..
__init__.py Refactor with builder support 2014-11-14 18:44:36 -05:00
docker_builder.py Switch from python setup.py to pip for install 2015-06-16 15:30:07 -07:00
package_builder.py Switch from python setup.py to pip for install 2015-06-16 15:30:07 -07:00