Hello,
I am using your layer in a custom distribution.
I am using the kirkstone branch.
I added python3-docker-compose to my image.
The following recipe is used:
meta-virtualization/recipes-containers/docker-compose/
python3-docker-compose_1.29.2.bb
If I use the docker-compose command on my target machine the following
error is shown:
# docker-compose
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 5, in <module>
from compose.cli.main import main
File "/usr/lib/python3.10/site-packages/compose/cli/main.py", line 9, in
<module>
from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'
After adding "python3-distutils" to my image explicit the error is gone.
I assume the recipe "python3-docker-compose_1.29.2.bb" misses a RDEPEND for
"python3-distutils".
Best regards,
Markus
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8124):
https://lists.yoctoproject.org/g/meta-virtualization/message/8124
Mute This Topic: https://lists.yoctoproject.org/mt/100055714/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-