Skip to content

Commit 86c0f2e

Browse files
committed
Merge pull request #206 from stonebig/master
tweaks
2 parents 15c068f + e54daf5 commit 86c0f2e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
.pyc
2-
.pyo
1+
# Compiled python files
2+
*.py[oc]
3+
4+
35
.exe
46
.settings
57
.spyderproject

make.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ def make(self, remove_existing=True, requirements=None): #, find_links=None):
802802
print("piping %s" % ' '.join(actions))
803803
self._print("piping %s" % ' '.join(actions))
804804
self.distribution.do_pip_action(actions)
805+
self.distribution.patch_standard_packages(req)
805806

806807
# install packages in source_dirs (not using requirements.txt)
807808
self._install_all_other_packages()

0 commit comments

Comments
 (0)