summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-arpeggio_1.10.1.bb (renamed from meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb b/meta-python/recipes-devtools/python/python3-arpeggio_1.10.1.bb
index 802a5b2eaa..38e26623f5 100644
--- a/meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb
+++ b/meta-python/recipes-devtools/python/python3-arpeggio_1.10.1.bb
@@ -3,13 +3,15 @@ HOMEPAGE = "https://pypi.org/project/Arpeggio/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb"
5 5
6SRC_URI[md5sum] = "39667a626217c670bc634444be6e904a" 6SRC_URI[sha256sum] = "920d12cc762edb2eb56daae64a14c93e43dc181b481c88fc79314c0df6ee639e"
7SRC_URI[sha256sum] = "948ce06163a48a72c97f4fe79ad3d1c1330b6fec4f22ece182fb60ef60bd022b"
8 7
9PYPI_PACKAGE = "Arpeggio" 8PYPI_PACKAGE = "Arpeggio"
10inherit pypi setuptools3 9inherit pypi setuptools3
11 10
12# setup.py of Arpeggio needs this. 11# setup.py of Arpeggio needs this.
13DEPENDS += "${PYTHON_PN}-pytest-runner-native" 12DEPENDS += "\
13 ${PYTHON_PN}-pytest-runner-native \
14 ${PYTHON_PN}-wheel-native \
15"
14 16
15BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"