mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Fix license path and checksum for python3-dockerpty. Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 lines
388 B
BlitzBasic
10 lines
388 B
BlitzBasic
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"
|