remove pymoodstocks recipes, the service got shutdown

This commit is contained in:
Mathieu Virbel 2018-11-09 20:39:18 +01:00
parent f316b8422c
commit 7f139e382e

View file

@ -1,14 +0,0 @@
from toolchain import PythonRecipe
class PyMoodstocksRecipe(PythonRecipe):
version = "master"
url = "https://github.com/tito/pymoodstocks/archive/{version}.zip"
depends = ["moodstocks", "kivy", "pyobjus"]
sources = ["src/ios"]
archs = ["i386"]
recipe = PyMoodstocksRecipe()