Remove d2to dependency
Change-Id: I0ddd70f642db7ef45ada5baa72de0531f1b03b7d
This commit is contained in:
parent
e44594df2e
commit
0349d3ba7b
@ -1,5 +1,4 @@
|
|||||||
d2to1>=0.2.10,<0.3
|
pbr>=0.5.21,<1.0
|
||||||
pbr>=0.5,<0.6
|
|
||||||
anyjson
|
anyjson
|
||||||
eventlet>=0.9.12
|
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
|
||||||
|
12
setup.py
12
setup.py
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@ -15,11 +16,6 @@
|
|||||||
|
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=[
|
setup_requires=['pbr'],
|
||||||
'd2to1>=0.2.10,<0.3',
|
pbr=True)
|
||||||
'pbr>=0.5,<0.6'
|
|
||||||
],
|
|
||||||
d2to1=True
|
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user