Remove d2to dependency
Change-Id: If904845f3ba4ceeffe8bd685a947873a0d9420b6
This commit is contained in:
parent
e759d3d1c5
commit
e17995eb42
@ -1,5 +1,4 @@
|
|||||||
d2to1>=0.2.10,<0.3
|
pbr>=0.5.21,<1.0
|
||||||
pbr>=0.5.16,<0.6
|
|
||||||
# Horizon Core Requirements
|
# Horizon Core Requirements
|
||||||
django>=1.4,<1.6
|
django>=1.4,<1.6
|
||||||
django_compressor>=1.3
|
django_compressor>=1.3
|
||||||
|
11
setup.py
11
setup.py
@ -14,15 +14,8 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
from distutils.command import install
|
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
# Tell distutils not to put the data_files in platform-specific installation
|
|
||||||
# locations. See here for an explanation:
|
|
||||||
# https://groups.google.com/forum/#!topic/comp.lang.python/Nex7L-026uw
|
|
||||||
for scheme in install.INSTALL_SCHEMES.values():
|
|
||||||
scheme['data'] = scheme['purelib']
|
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
|
setup_requires=['pbr'],
|
||||||
d2to1=True)
|
pbr=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user