openstack-ansible-repo_build/templates
git-harry cded573fdf Fix version output of absolute requirements
Fix the requirements_absolute_requirements.txt.j2 template so that the
versions are correctly translated for Pip. Prior to this version a Pip
version ending with '.postx' is incorrectly added to the file, e.g

Without this patch the following is added, that is not valid:
functools32==3.2.3_2

With this patch the same version would be output as:
functools32==3.2.3.post2

Change-Id: I57321f71b0e04de76ec1e15d0e82d2fc03b83830
2016-03-21 16:25:03 +00:00
..
global_indexed_links.html.j2 Updated the repo-build process 2015-10-22 20:04:27 +00:00
manifest.in.j2 Updated the repo build templates 2015-10-24 02:46:55 -05:00
manual-init.override.j2 Install packages necessary to build Python wheels 2016-03-15 17:32:51 +00:00
release_index_links.html.j2 Updated the repo-build process 2015-10-22 20:04:27 +00:00
requirements_absolute_requirements.txt.j2 Fix version output of absolute requirements 2016-03-21 16:25:03 +00:00
requirements_constraints.txt.j2 Updated the py_pkgs lookup plugin for multi source 2015-12-02 18:11:56 -06:00
requirements_global_requirements.txt.j2 Updated the repo-build process 2015-10-22 20:04:27 +00:00
requirements_local_filtered.txt.j2 Updated the repo-build process 2015-10-22 20:04:27 +00:00