mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-18 07:50:11 +00:00
On Windows we need pypiwin32. refs ticket:1582
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
f1890c09f2
commit
aa8a5be037
@ -130,6 +130,10 @@ import sys
|
||||
if not hasattr(sys, 'frozen'):
|
||||
package_imports.append(('setuptools', 'setuptools'))
|
||||
|
||||
if sys.platform == "win32":
|
||||
install_requires.append('pypiwin32')
|
||||
package_imports.append(('pypiwin32', 'win32api'))
|
||||
|
||||
setup_requires = []
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user