diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-11-08 17:12:14 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-11-08 17:12:14 +0100 |
commit | 7a345164d277984b0982b0ad9f75e1487a99fdb2 (patch) | |
tree | ffcb523300590b7ceea7e1699d574be54d0eae32 | |
parent | 86bbc250a3fdf624f69fcb3ae71c5f0f3153b2d4 (diff) |
Sync requirements
Change-Id: Id6fc0ff83663988b7d6e5058f067bf0c48005a78
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | setup.py | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -16,14 +16,6 @@ # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools -# 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 -try: - import multiprocessing # noqa -except ImportError: - pass - setuptools.setup( setup_requires=['pbr>=2.0.0'], pbr=True) |