Remove use of d2to1

Update with the global OpenStack requirements in the process.

Change-Id: I18ae9cc78e1af8842b74cedac3ba262d733e4289
This commit is contained in:
Monty Taylor 2013-10-19 10:51:20 -04:00
parent edb43f70f4
commit bc11bb419f
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,3 @@
d2to1>=0.2.10,<0.3 pbr>=0.5.21,<1.0
pbr>=0.5,<0.6
paramiko paramiko>=1.8.0

View File

@ -14,8 +14,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools import setuptools
setuptools.setup( setuptools.setup(
setup_requires=['d2to1', 'pbr'], setup_requires=['pbr'],
d2to1=True) pbr=True)

View File

@ -1 +1 @@
hacking>=0.5.3,<0.6 hacking>=0.5.6,<0.8