3 # Copyright (c) 2017 Orange and others.
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
12 # In python < 2.7.4, a lazy loading of package `pbr` will break
13 # setuptools if some other modules registered functions in `atexit`.
14 # solution from: http://bugs.python.org/issue15881#msg170215
16 import multiprocessing # noqa
21 setup_requires=['pbr>=2.0.0'],