diff --git a/meta-digi-dey/recipes-devtools/python-numpy/python-numpy_%.bbappend b/meta-digi-dey/recipes-devtools/python-numpy/python-numpy_%.bbappend new file mode 100644 index 000000000..a7a260a70 --- /dev/null +++ b/meta-digi-dey/recipes-devtools/python-numpy/python-numpy_%.bbappend @@ -0,0 +1,25 @@ +# Copyright (C) 2019 Digi International Inc. + +# Re-add the base RDEPENDS to class-target since they are being overwritten in the +# original recipe +RDEPENDS_${PN}_class-target_append = " \ + ${PYTHON_PN}-unittest \ + ${PYTHON_PN}-difflib \ + ${PYTHON_PN}-pprint \ + ${PYTHON_PN}-pickle \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-nose \ + ${PYTHON_PN}-doctest \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-distutils \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-mmap \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-pydoc \ + ${PYTHON_PN}-pkgutil \ + ${PYTHON_PN}-email \ + ${PYTHON_PN}-compression \ + ${PYTHON_PN}-ctypes \ + ${PYTHON_PN}-threading \ +"