diff options
-rw-r--r-- | recipes-devtools/python/python3-dockerpty_0.4.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-dockerpty_0.4.1.bb b/recipes-devtools/python/python3-dockerpty_0.4.1.bb index 31a864a5..cde2d128 100644 --- a/recipes-devtools/python/python3-dockerpty_0.4.1.bb +++ b/recipes-devtools/python/python3-dockerpty_0.4.1.bb | |||
@@ -7,3 +7,10 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | SRC_URI[md5sum] = "028bacb34536f3ee6a2ccd668c27e8e4" | 8 | SRC_URI[md5sum] = "028bacb34536f3ee6a2ccd668c27e8e4" |
9 | SRC_URI[sha256sum] = "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce" | 9 | SRC_URI[sha256sum] = "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce" |
10 | |||
11 | RDEPENDS_${PN} += "\ | ||
12 | ${PYTHON_PN}-fcntl \ | ||
13 | ${PYTHON_PN}-io \ | ||
14 | ${PYTHON_PN}-six \ | ||
15 | ${PYTHON_PN}-terminal \ | ||
16 | " | ||