Update setup code past d2to1

Change-Id: I54c63423a4b25857e518ab532378bf734abef1bb
This commit is contained in:
Monty Taylor 2013-09-25 12:06:40 -04:00
parent f521b399df
commit 1c70add1bd
4 changed files with 11 additions and 14 deletions

View File

@ -1,7 +1,6 @@
d2to1>=0.2.10,<0.3 pbr>=0.5.21,<1.0
pbr>=0.5.10,<0.6
django>=1.4 Django>=1.4,<1.6
django-openid-auth django-openid-auth
markdown markdown
python-openid python-openid

View File

@ -21,10 +21,6 @@ classifier =
Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.6
Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP
[global]
setup-hooks =
pbr.hooks.setup_hook
[files] [files]
packages = packages =
storyboard storyboard

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>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'], setup_requires=['pbr'],
d2to1=True) pbr=True)

View File

@ -1,7 +1,8 @@
hacking>=0.5.3,<0.6 hacking>=0.5.6,<0.8
coverage coverage>=3.6
discover discover
fixtures>=0.3.12 python-subunit
testrepository>=0.0.13 fixtures>=0.3.14
testtools>=0.9.26 testrepository>=0.0.17
testtools>=0.9.32