-import os.path
+import os.path, sys
# This form is used when the unpacked source distribution is copied into our
# tree:
dependency_tarballs=[ "file:" + os.path.join("misc", "dependencies", fn)
for fn in os.listdir(os.path.join("misc", "dependencies"))
- if fn.endswith(".tar.gz") ]
+ if fn.endswith(".tar.gz") or fn.endswith(".zip") ]
dependency_links=["http://allmydata.org/trac/tahoe/wiki/Dependencies"] + dependency_tarballs
"zope.interface >= 3.0",
]
+if sys.platform == 'win32':
+ install_requires.append("pywin32")
+
+
# Ubuntu Dapper includes nevow-0.6.0 and twisted-2.2.0, both of which work.
# However, setuptools doesn't know about them, so our install_requires=
# dependency upon nevow causes our 'build-deps' step to try and build the