Skip to content

How does Buildozer handle libraries?  #1835

Closed as not planned
Closed as not planned
@mimmomarc

Description

@mimmomarc

Hi everyone, i'm new to using Buildozer. I think it's a very interesting and useful tool, it's fantastic!

I have a question,
for exampe, i have a project that uses a set of libraries, so i install them with

pip install library1 library2 library3

In the buildozer.spec file, i list the libraries i'm using :

requirements=library1,library2,library3

When you build the project, for example for Android, what does Buildozer do?
Does it make a copy of the installed libraries or does it generate new ones by retrieving and reinstalling them from a package source? Or something else ?

Thank you very much in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions