diff setup.py @ 4253:9ccdb6c537c9

Support building with newer docutils and pycrypto.
author Jelmer Vernooij <jelmer@samba.org>
date Thu, 10 Jul 2014 15:20:43 +0100
parents 0484787f7e4d
children bf011c9f7f58
line wrap: on
line diff
--- a/setup.py	Wed Jul 09 02:55:02 2014 +0200
+++ b/setup.py	Thu Jul 10 15:20:43 2014 +0100
@@ -50,10 +50,10 @@
     "python-dateutil>=1.5.0,<2.0.0",
     "dulwich>=0.9.3,<=0.9.7",
     "markdown==2.2.1",
-    "docutils==0.8.1",
+    "docutils>=0.8.1,<=0.11",
     "simplejson==2.5.2",
     "mock",
-    "pycrypto==2.6.0",
+    "pycrypto>=2.6.0,<=2.6.1",
     "URLObject==2.3.4",
     "Routes==1.13",
 ]