kivy: fix recipe

This commit is contained in:
Mathieu Virbel 2015-02-25 18:51:03 +01:00
parent 6aed3da309
commit c9231773b1

View file

@ -1,12 +1,8 @@
from toolchain import Recipe, shprint
from os.path import join, exists
import sh
import os
import fnmatch
import shutil
from toolchain import CythonRecipe
from os.path import join
class KivyRecipe(Recipe):
class KivyRecipe(CythonRecipe):
version = "ios-poly-arch"
url = "https://github.com/kivy/kivy/archive/{version}.zip"
library = "libkivy.a"