Skip to content

Commit e54daf5

Browse files
author
stonebig
committed
'movability' tweak
1 parent 37ee94d commit e54daf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)