diff options
Diffstat (limited to 'meta-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/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "39667a626217c670bc634444be6e904a" | 6 | SRC_URI[sha256sum] = "920d12cc762edb2eb56daae64a14c93e43dc181b481c88fc79314c0df6ee639e" |
7 | SRC_URI[sha256sum] = "948ce06163a48a72c97f4fe79ad3d1c1330b6fec4f22ece182fb60ef60bd022b" | ||
8 | 7 | ||
9 | PYPI_PACKAGE = "Arpeggio" | 8 | PYPI_PACKAGE = "Arpeggio" |
10 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
11 | 10 | ||
12 | # setup.py of Arpeggio needs this. | 11 | # setup.py of Arpeggio needs this. |
13 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 12 | DEPENDS += "\ |
13 | ${PYTHON_PN}-pytest-runner-native \ | ||
14 | ${PYTHON_PN}-wheel-native \ | ||
15 | " | ||
14 | 16 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |