Skip to content

Commit 72f741c

Browse files
committed
Merge pull request winpython#22 from stonebig/no_guidata
remove guidata need in winpython module
2 parents 1d33f3a + 32ec794 commit 72f741c

File tree

4 files changed

+747
-4
lines changed

4 files changed

+747
-4
lines changed

README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Licensed under the terms of the MIT License
2727
Python2 >= 2.7 or Python3 >= 3.3
2828
PyQt4 >= 4.6 or PySide >= 1.2 (PyQt4 is recommended)
2929
pip >= 1.5.4 and setuptools >= 3.4.4
30-
guidata >= 1.6.1
3130

3231
Requirements
3332

make.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
import shutil
2020
import sys
2121

22-
from guidata import disthelpers as dh
23-
2422
# Local imports
23+
from winpython import disthelpers as dh
2524
from winpython import wppm, utils
2625
import diff
2726

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_subpackages(name):
6060
package_data={LIBNAME:
6161
get_package_data(LIBNAME, ('.mo', '.svg', '.png', '.css',
6262
'.html', '.js', '.ini')), },
63-
requires=["PyQt4 (>=4.5)", "guidata (>=1.6.1)"],
63+
requires=["PyQt4 (>=4.5)"],
6464
scripts=[osp.join('scripts', fname) for fname in
6565
('register_python', 'register_python.bat',
6666
'wpcp', 'wpcp.bat', 'wppm', 'wppm.bat', '2to3.bat')],

0 commit comments

Comments
 (0)