Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Thode d0b389d840
update requirements and constraints for py3 only Victoria
generate-constraints -b blacklist.txt -p /usr/bin/python3.6 -p /usr/bin/python3.8 -r global-requirements.txt

Change-Id: I2d58d1b524764ea1d46d6ab3a382783f6a002b34
Signed-off-by: Matthew Thode <mthode@mthode.org>
2020-05-15 23:17:51 -05:00
OpenStack Proposal Bot 37f0d0eb18 Updated from global requirements
Change-Id: If2ae12c2745853093a74483fb25f1ce14ab1e894
2017-03-02 11:55:44 +00:00
OpenStack Proposal Bot baa8b6ec8a Updated from global requirements
Change-Id: Ib1c37947eef0c03b5f22af5269fc11bbb099ae75
2015-09-18 21:56:35 +00:00
Robert Collins 0937f0d3a2 Place an accurate lower bound on pbr
Without this version, markers will fail to install in a growing number
of projects.

Change global-requirements to prevent
pip -r requirements.txt; pip install .
failing with an already installed and too old for setup_requires pbr.

Change update.py to signal to setuptools the minimum version required,
giving clearer error messages in the case of downgrades during
devstack.

Change-Id: I074274b470a7a4f2c95211677b135038ab2c942c
2015-07-12 09:54:33 +12:00
Robert Collins 4031d632ac Manual update run to get things aligned.
Change-Id: I04f02aa3c9bd9e37922dff37c2982709d4136938
2015-06-24 09:47:24 +12:00
Brant Knudson e1af974f38 Don't use flake8: noqa
A line with "# flake8: noqa" disables pep8 for the entire file.
Use "# noqa" for a line.

Change-Id: Id0e4b98f02149113963af2c1da1b42d667d139d5
2014-04-11 09:09:07 -05:00
Doug Hellmann c6d30536dc Work around atexit bug in python < 2.7.4
In python < 2.7.4, a lazy loading of package `pbr` will break
setuptools if some other modules registered functions in `atexit`.
solution from: http://bugs.python.org/issue15881#msg170215

This problem originally appeared in stevedore before the library
was adopted by Oslo
(74a719b117)

Change-Id: Icd412ca8435dca4b0f3b4075eca39b903dde6d27
2014-04-04 07:14:45 -07:00
Monty Taylor 25e9655f32 Align our setup.py with ourselves
Change-Id: I4f17be5ba752cfb8ffdf62e1498d1c72b0d3962a
2013-09-30 17:15:56 -04:00
Monty Taylor 6f3ca1955d Update ourselves to ourselves
We have an update mechanism to update repositories to standards... use
it.

Change-Id: Ie6c880f50faf318cc3e79650dc5823155583ac51
2013-08-08 12:04:04 -03:00
Monty Taylor 0b8794a527 Make openstack.requirements installable.
Turn requirements into a dummy package that, if installed, will
install all of OpenStack's requirements.

Change-Id: Ie2670278b740173bee09608d8ef9bf892f498aa1
2013-07-05 00:31:50 -04:00