Skip to content

Commit

Permalink
Use Garden package from PyPI instead of github
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyFoote committed Jan 9, 2014
1 parent df02289 commit 3e6ee48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildozer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ def check_garden_requirements(self):
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)
Expand Down

0 comments on commit 3e6ee48

Please sign in to comment.