Skip to content

Commit e4ccda7

Browse files
committed
Fix buildout failing
1 parent 2a41dbb commit e4ccda7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

bootstrap.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
setup_args['version'] = options.setuptools_version
9797

9898
ez['use_setuptools'](**setup_args)
99+
import setuptools
100+
import pkg_resources
99101

100102
# This does not (always?) update the default working set. We will
101103
# do it.
@@ -184,4 +186,4 @@ def _final_version(parsed_version):
184186
args[0:0] = ['-c', options.config_file]
185187

186188
zc.buildout.buildout.main(args)
187-
shutil.rmtree(tmpeggs)
189+
shutil.rmtree(tmpeggs)

stop_words/stop-words

0 commit comments

Comments
 (0)