I have a python script with its dependencies managed by poetry, which have this pyproject.toml file:
[tool.poetry.dependencies] python = "^3.10" flask = "^2.2.3" graphene = "^3.2.1" graphql-server = "^3.0.0b5" pyserial = "^3.5" numpy = "^1.24.2" I have a python s [tool.poetry.dependencies] python = "^3.10" flask = "^2.2.3" graphene = "^3.2.1" graphql-server = "^3.0.0b5" pyserial = "^3.5" numpy = "^1.24.2" [tool.poetry.dependencies] python = "^3.10" flask = "^2.2.3" graphene = "^3.2.1" graphql-server = "^3.0.0b5" pyserial = "^3.5" numpy = "^1.24.2" If I inherit python_poetry_core on my bitbake recipe file, and install it into my yocto image, will my python script get all its dependencies and work? Or I still need to add the dependencies to RDEPENDS? How about virtualenvs?
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59301): https://lists.yoctoproject.org/g/yocto/message/59301 Mute This Topic: https://lists.yoctoproject.org/mt/97222753/21656 Mute #devtool:https://lists.yoctoproject.org/g/yocto/mutehashtag/devtool Mute #python:https://lists.yoctoproject.org/g/yocto/mutehashtag/python Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
