Skip to content

Commit

Permalink
include ref to easybuilders#3825
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Nov 17, 2016
1 parent a8c8530 commit 8d75784
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies = [
('PyZMQ', '15.4.0', '%s-zmq4' % versionsuffix),
('testpath', '0.3', versionsuffix),
# required by 'nbconvert', but causes problems w.r.t. 'backports' module...
# see https://github.com/hpcugent/easybuild-easyconfigs/issues/3825
#('entrypoints', '0.2.2', versionsuffix),
('path.py', '8.2.1', versionsuffix),
('prompt-toolkit', '1.0.6', versionsuffix),
Expand Down Expand Up @@ -113,6 +114,8 @@ exts_list = [
('pexpect', '4.2.0', {
'source_urls': ['https://pypi.python.org/packages/source/p/pexpect/'],
}),
# disabled because entrypoints on which this depends pull in configparser, which causes problems
# see https://github.com/hpcugent/easybuild-easyconfigs/issues/3825
#('nbconvert', '4.2.0', {
# 'source_urls': ['https://pypi.python.org/packages/source/n/nbconvert/'],
#}),
Expand Down

0 comments on commit 8d75784

Please sign in to comment.