Remove d2to1 dependency
Change-Id: I95c10665bf2846a82c8fc4e161b4c968e1ad6f4f
This commit is contained in:
parent
2fa7f23752
commit
c6e498f3af
@ -1,5 +1,4 @@
|
||||
d2to1>=0.2.10,<0.3
|
||||
pbr>=0.5,<0.6
|
||||
pbr>=0.5.21,<1.0
|
||||
SQLAlchemy>=0.7.8,<0.7.99
|
||||
amqplib>=0.6.1
|
||||
anyjson>=0.2.4
|
||||
|
23
setup.py
23
setup.py
@ -16,25 +16,6 @@
|
||||
|
||||
import setuptools
|
||||
|
||||
from tuskar.openstack.common import setup as common_setup
|
||||
|
||||
project = 'tuskar'
|
||||
|
||||
setuptools.setup(
|
||||
name=project,
|
||||
version=common_setup.get_version(project, '2013.1'),
|
||||
description='An OpenStack Management Service',
|
||||
classifiers=[
|
||||
'Environment :: OpenStack',
|
||||
'Intended Audience :: Information Technology',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
],
|
||||
include_package_data=True,
|
||||
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
|
||||
d2to1=True,
|
||||
)
|
||||
setup_requires=['pbr'],
|
||||
pbr=True)
|
||||
|
Loading…
Reference in New Issue
Block a user