Update pbr usage past needing d2to1

Change-Id: Ia5c8dd9259e8098c2ad39eda6fc44c6db81944ad
This commit is contained in:
Monty Taylor 2013-09-13 11:33:49 -05:00
parent f296853bed
commit c89928aaa0
1 changed files with 3 additions and 6 deletions

View File

@ -14,12 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
d2to1=True,
namespace_packages=['oslo'],
packages=['oslo', 'oslo.sphinx'],
zip_safe=False,
)
setup_requires=['pbr'],
pbr=True)