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

10 lines
268 B
Python

from toolchain import PythonRecipe
class AutobahnRecipe(PythonRecipe):
name = "autobahn"
version = "0.16.0"
url = "https://github.com/crossbario/autobahn-python/archive/v{version}.zip"
depends = ["twisted", "six", "txaio"]
recipe = AutobahnRecipe()