You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
420 B
13 lines
420 B
10 years ago
|
diff -up execnet-1.3.0/setup.py.orig execnet-1.3.0/setup.py
|
||
|
--- execnet-1.3.0/setup.py.orig 2015-03-08 12:38:03.021618008 +0100
|
||
|
+++ execnet-1.3.0/setup.py 2015-03-08 12:45:21.326035058 +0100
|
||
|
@@ -63,7 +63,7 @@ def main():
|
||
|
setup_requires=[
|
||
|
# this is a setup/release time dependency
|
||
|
# we are supposed to use wheels
|
||
|
- 'hgdistver',
|
||
|
+ #'hgdistver',
|
||
|
]
|
||
|
)
|
||
|
|