diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb b/meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb index 601ac8f458..efd94f7934 100644 --- a/meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb | |||
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | BBCLASSEXTEND = "native nativesdk" | ||
11 | |||
10 | RDEPENDS:${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
11 | ${PYTHON_PN}-frozenlist \ | 13 | ${PYTHON_PN}-frozenlist \ |
12 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb index b56e2e5e66..e8359418b0 100644 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb | |||
@@ -6,3 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" | |||
6 | SRC_URI[sha256sum] = "68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de" | 6 | SRC_URI[sha256sum] = "68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||
11 | |||