diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-05-11 15:18:04 -0400 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-05-17 08:40:49 -0700 |
| commit | b7ac4cd3096fa78d0ced28bce965881b6d8648ec (patch) | |
| tree | 25a2de240bf115844c3a33d152a674a839a382d9 /tools | |
| parent | 8d0228837c40c02d93d80ae0a179275ac2d7f277 (diff) | |
| download | oslo-b7ac4cd3096fa78d0ced28bce965881b6d8648ec.tar.gz oslo-b7ac4cd3096fa78d0ced28bce965881b6d8648ec.tar.xz oslo-b7ac4cd3096fa78d0ced28bce965881b6d8648ec.zip | |
Migrate to pbr.
Also, remove the files associated with this that should not be pulled
from oslo-incubator any longer.
Closes bug 1179007
Change-Id: Id2e882837bdde51a60562e8cdd207c7ff0c88a6a
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/flakes.py | 24 | ||||
| -rw-r--r-- | tools/pip-requires | 2 |
2 files changed, 2 insertions, 24 deletions
diff --git a/tools/flakes.py b/tools/flakes.py deleted file mode 100644 index 191bd6e..0000000 --- a/tools/flakes.py +++ /dev/null @@ -1,24 +0,0 @@ -""" - wrapper for pyflakes to ignore gettext based warning: - "undefined name '_'" - - Synced in from openstack-common -""" - -__all__ = ['main'] - -import __builtin__ as builtins -import sys - -import pyflakes.api -from pyflakes import checker - - -def main(): - checker.Checker.builtIns = (set(dir(builtins)) | - set(['_']) | - set(checker._MAGIC_GLOBALS)) - sys.exit(pyflakes.api.main()) - -if __name__ == "__main__": - main() diff --git a/tools/pip-requires b/tools/pip-requires index b31640b..067af58 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,3 +1,5 @@ +d2to1>=0.2.10,<0.3 +pbr>=0.5,<0.6 PasteDeploy==1.5.0 WebOb==1.2.3 eventlet>=0.12.0 |
