Remove d2to dependency

Change-Id: I0ddd70f642db7ef45ada5baa72de0531f1b03b7d
This commit is contained in:
Monty Taylor 2013-09-30 10:36:01 -04:00
parent e44594df2e
commit 0349d3ba7b
2 changed files with 6 additions and 11 deletions

View File

@ -1,5 +1,4 @@
d2to1>=0.2.10,<0.3
pbr>=0.5,<0.6
pbr>=0.5.21,<1.0
anyjson
eventlet>=0.9.12
https://github.com/istalker2/puka/releases/download/1.0.7c/puka-1.0.7c.tar.gz#egg=puka-1.0.7c
https://github.com/istalker2/puka/releases/download/1.0.7c/puka-1.0.7c.tar.gz#egg=puka-1.0.7c

View File

@ -1,4 +1,5 @@
# Copyright (c) 2013 Mirantis Inc.
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -15,11 +16,6 @@
import setuptools
setuptools.setup(
setup_requires=[
'd2to1>=0.2.10,<0.3',
'pbr>=0.5,<0.6'
],
d2to1=True
)
setup_requires=['pbr'],
pbr=True)