kivy-ios/recipes/twisted/__init__.py
2016-10-14 14:07:10 +02:00

12 lines
288 B
Python

from toolchain import CythonRecipe
class TwistedRecipe(CythonRecipe):
name = "twisted"
version = "16.1.1"
url = "https://github.com/twisted/twisted/archive/twisted-{version}.zip"
depends = ["pyopenssl", "zope_interface"]
cythonize = False
recipe = TwistedRecipe()