aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dockerpty_0.4.1.bb
blob: cde2d12856cfa6eb7ed1742972ae8e322f575f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Python library to use the pseudo-tty of a docker container"
HOMEPAGE = "https://github.com/d11wtq/dockerpty"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"

inherit pypi setuptools3

SRC_URI[md5sum] = "028bacb34536f3ee6a2ccd668c27e8e4"
SRC_URI[sha256sum] = "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce"

RDEPENDS_${PN} += "\
  ${PYTHON_PN}-fcntl \
  ${PYTHON_PN}-io \
  ${PYTHON_PN}-six \
  ${PYTHON_PN}-terminal \
"