Specify version of garden to use.
This commit is contained in:
parent
22c0ee1673
commit
81619b0486
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ class Buildozer(object):
|
|||
return
|
||||
|
||||
self._ensure_virtualenv()
|
||||
self.cmd('pip-2.7 install -e git+https://github.com/kivy-garden/garden.git#egg=garden',
|
||||
self.cmd('pip-2.7 install -e git+https://github.com/kivy-garden/garden.git@0.1#egg=garden-0.1',
|
||||
env=self.env_venv,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue