asciinema: add RDEPEND on python3-fcntl

This commit is contained in:
Markus Volk 2022-11-11 11:53:40 +01:00
parent d962fe7cf3
commit e07508cb36

View File

@ -8,6 +8,7 @@ SRC_URI = " \
RDEPENDS:${PN} = " \ RDEPENDS:${PN} = " \
python3 \ python3 \
python3-fcntl \
" "
inherit python_setuptools_build_meta inherit python_setuptools_build_meta