parent
d7f15a9311
commit
63b3d8aebc
1 changed files with 0 additions and 4 deletions
|
@ -489,10 +489,6 @@ class Buildozer(object):
|
|||
|
||||
def _install_application_requirement(self, module):
|
||||
self._ensure_virtualenv()
|
||||
# resetup distribute, just in case
|
||||
self.debug('Install distribute')
|
||||
self.cmd('curl http://python-distribute.org/distribute_setup.py | venv/bin/python', get_stdout=True, cwd=self.buildozer_dir)
|
||||
|
||||
self.debug('Install requirement {} in virtualenv'.format(module))
|
||||
self.cmd('pip install --target={} {}'.format(self.applibs_dir, module),
|
||||
env=self.env_venv,
|
||||
|
|
Loading…
Reference in a new issue