aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-11-08 17:12:14 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-11-08 17:12:14 +0100
commit7a345164d277984b0982b0ad9f75e1487a99fdb2 (patch)
treeffcb523300590b7ceea7e1699d574be54d0eae32
parent86bbc250a3fdf624f69fcb3ae71c5f0f3153b2d4 (diff)
Sync requirements
Change-Id: Id6fc0ff83663988b7d6e5058f067bf0c48005a78 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--setup.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index 566d8443..f63cc23c 100644
--- a/setup.py
+++ b/setup.py
@@ -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)