Update to d2to1 0.2.10.

We fixed a string bug upstream which was released, and also added some
additional backwards_compat options.

Change-Id: I636a47952a90e6e0df864dbdc9243b77eeb6d77e
Reviewed-on: https://review.openstack.org/26968
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2013-04-15 14:14:27 -07:00 committed by Jenkins
parent 15c7db4218
commit 34cc5f3b2b

View File

@ -17,5 +17,5 @@
import setuptools
setuptools.setup(
setup_requires=['d2to1'],
setup_requires=['d2to1>=0.2.10,<0.3'],
d2to1=True)