-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
I want to add pydantic-core
recipe but, half of pydantic-core
's code is using rust programming lanugage, and I don't know if it:
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
class PydanticcoreRecipe(CompiledComponentsPythonRecipe):
version = '2.16.1'
url = 'https://files.pythonhosted.org/packages/2f/ae/b230a03d5500bfce92d556b993dd6911ac0463b2468d345fb1b3b05eae79/pydantic_core-{version}.tar.gz'
depends = ['typing-extensions']
recipe = PydanticcoreRecipe()
will be enought, or do I need to add rust program to the pydantic-core
's recipe folder