diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb index 01739adf86..906fbfdc0b 100644 --- a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb @@ -9,10 +9,4 @@ PYPI_PACKAGE = "Arpeggio" inherit pypi setuptools3 -# setup.py of Arpeggio needs this. -DEPENDS += "\ - python3-pytest-runner-native \ - python3-wheel-native \ -" - BBCLASSEXTEND = "native nativesdk"