[v5,4/5] python3-numpy: Move ptest dependencies to PN-ptest package
Submitted by Khem Raj on Nov. 29, 2020, 7:48 a.m.
|
Patch ID: 178732
Details
Commit Message
@@ -39,9 +39,6 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \
${PYTHON_PN}-netclient \
${PYTHON_PN}-numbers \
${PYTHON_PN}-pydoc \
- ${PYTHON_PN}-pytest \
- ${PYTHON_PN}-hypothesis \
- ${PYTHON_PN}-sortedcontainers \
${PYTHON_PN}-pkgutil \
${PYTHON_PN}-email \
${PYTHON_PN}-compression \
@@ -49,7 +46,11 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \
${PYTHON_PN}-threading \
${PYTHON_PN}-multiprocessing \
"
-RDEPENDS_${PN}-ptest += "ldd"
+RDEPENDS_${PN}-ptest += "${PYTHON_PN}-pytest \
+ ${PYTHON_PN}-hypothesis \
+ ${PYTHON_PN}-sortedcontainers \
+ ldd \
+"
RDEPENDS_${PN}_class-native = ""
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../python-numpy/python3-numpy_1.19.4.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -- 2.29.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145050): https://lists.openembedded.org/g/openembedded-core/message/145050 Mute This Topic: https://lists.openembedded.org/mt/78581728/3616849 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [michael@yoctoproject.org] -=-=-=-=-=-=-=-=-=-=-=-