diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-term_2.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-term_2.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-term_2.5.bb b/meta-python/recipes-devtools/python/python3-term_2.5.bb new file mode 100644 index 0000000000..3408b29c17 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-term_2.5.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "An enhanced version of the tty module" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "Python-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d90e2d280a4836c607520383d1639be1" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "846fda941dbb8a7c9f246e99bf5ee731910fc4a4cc54b7e36457c133c9f6b78b" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = "\ | ||
| 11 | ${PYTHON_PN}-io \ | ||
| 12 | " | ||
