Skip to content

Commit c609f22

Browse files
committed
python3-boto*: fix ptest by adding setuptools dependency
1 parent ffddef5 commit c609f22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

recipes-devtools/python/python3-boto3_1.41.5.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RDEPENDS:${PN} += "\
2828

2929
RDEPENDS:${PN}-ptest += "\
3030
${PYTHON_PN}-pytest \
31+
${PYTHON_PN}-setuptools \
3132
"
3233
do_install_ptest() {
3334
install -d ${D}${PTEST_PATH}/tests

recipes-devtools/python/python3-botocore_1.41.5.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RDEPENDS:${PN}-ptest += "\
2727
python3 \
2828
python3-pytest \
2929
python3-urllib3 \
30+
${PYTHON_PN}-setuptools \
3031
"
3132

3233
do_install_ptest() {

0 commit comments

Comments
 (0)