summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools')
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb2
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb14
2 files changed, 8 insertions, 8 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb
index 377ad02..ba0f974 100644
--- a/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb
+++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb
@@ -10,5 +10,5 @@ PYPI_PACKAGE = "Flask-Script"
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12RDEPENDS:${PN} += "\ 12RDEPENDS:${PN} += "\
13 ${PYTHON_PN}-flask \ 13 python3-flask \
14 " 14 "
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb
index 963fcfe..9acdf54 100644
--- a/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb
+++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb
@@ -3,13 +3,13 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" 3LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
4 4
5RDEPENDS:${PN} += "\ 5RDEPENDS:${PN} += "\
6 ${PYTHON_PN}-ctypes \ 6 python3-ctypes \
7 ${PYTHON_PN}-fcntl \ 7 python3-fcntl \
8 ${PYTHON_PN}-io \ 8 python3-io \
9 ${PYTHON_PN}-logging \ 9 python3-logging \
10 ${PYTHON_PN}-misc \ 10 python3-misc \
11 ${PYTHON_PN}-shell \ 11 python3-shell \
12 ${PYTHON_PN}-threading \ 12 python3-threading \
13" 13"
14 14
15SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" 15SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406"