Use Garden package from PyPI instead of github
This commit is contained in:
parent
df02289ac0
commit
3e6ee48885
1 changed files with 1 additions and 3 deletions
|
@ -413,9 +413,7 @@ class Buildozer(object):
|
|||
return
|
||||
|
||||
self._ensure_virtualenv()
|
||||
self.cmd('pip-2.7 install -e git+https://github.com/kivy-garden/garden.git@0.1.1#egg=Kivy-Garden-0.1.1',
|
||||
env=self.env_venv,
|
||||
)
|
||||
self.cmd('pip-2.7 install Kivy-Garden==0.1.1', env=self.env_venv)
|
||||
|
||||
# recreate gardenlibs
|
||||
self.rmdir(self.gardenlibs_dir)
|
||||
|
|
Loading…
Add table
Reference in a new issue