Skip to content

How can I add pydantic-core recipe #2955

@kacper-the-programmer

Description

@kacper-the-programmer

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions