diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-atomicwrites_1.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-atomicwrites_1.3.0.bb b/meta-python/recipes-devtools/python/python3-atomicwrites_1.3.0.bb index 04bbed7074..e43bf08845 100644 --- a/meta-python/recipes-devtools/python/python3-atomicwrites_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-atomicwrites_1.3.0.bb | |||
@@ -7,3 +7,5 @@ SRC_URI[md5sum] = "ce11f780a4ce0fce8a55d64494a88178" | |||
7 | SRC_URI[sha256sum] = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6" | 7 | SRC_URI[sha256sum] = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | |||
11 | RDEPENDS_${PN} = "${PYTHON_PN}-misc" | ||