Use Garden package from PyPI instead of github

This commit is contained in:
Ian Foote 2014-01-09 19:15:38 +00:00
parent df02289ac0
commit 3e6ee48885

View file

@ -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)