diff options
| author | Jay S. Bryant <jsbryant@us.ibm.com> | 2014-02-10 16:17:14 -0600 |
|---|---|---|
| committer | Jay S. Bryant <jsbryant@us.ibm.com> | 2014-02-12 09:07:07 -0600 |
| commit | 165ba7bc5b004d3ab49f17a69f4d34c024553f54 (patch) | |
| tree | 905dbdfa117b6b7ed876391c2b17baaf57b683f2 /tools | |
| parent | 7914e46b03614dde9ae4604cfe35b283d3a55253 (diff) | |
| download | python-cinderclient-165ba7bc5b004d3ab49f17a69f4d34c024553f54.tar.gz | |
Remove call to undefined install.post_process()
Oslo commit b5cca99e5281d9c0c5eda444137e418b31209c45 removed
the obsolete redhat-eventlet.patch. Part of this commit
removed the post_process() method which we were still calling
in tools/install_venv.py . The post_process function was just
there to do any distro-specific post processing. By default,
that was nothing. So, this is safe to remove.
This same change was made to python-novaclient with
commit 0194492059920fd8d9d91849c341b2de0b561089 .
Closes-bug: 1275025
Change-Id: I4c52e2c0d3d6553f5d33e94cd6e8622160febc37
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/install_venv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index 0011a8b..29ff307 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -70,7 +70,6 @@ def main(argv): install.check_dependencies() install.create_virtualenv(no_site_packages=options.no_site_packages) install.install_dependencies() - install.post_process() print_help(project, venv, root) if __name__ == '__main__': |
