diff options
| author | Abdur Rehman <abdur_rehman@mentor.com> | 2017-11-15 21:44:41 +0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-15 16:00:22 -0500 |
| commit | 5b6773e6cffd42e243d67613fc4638440703b4fa (patch) | |
| tree | 8a8f1d90f85425c2006f24c8ae78c91b769af05b | |
| parent | 34dee81d0c5a0e2e1b1633ad4293171163c3bb62 (diff) | |
| download | meta-virtualization-5b6773e6cffd42e243d67613fc4638440703b4fa.tar.gz | |
python3-dockerpty: fix license-checksum qa issue
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>
| -rw-r--r-- | recipes-devtools/python/python3-dockerpty_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-dockerpty_0.4.1.bb b/recipes-devtools/python/python3-dockerpty_0.4.1.bb index a40f2a30..31a864a5 100644 --- a/recipes-devtools/python/python3-dockerpty_0.4.1.bb +++ b/recipes-devtools/python/python3-dockerpty_0.4.1.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Python library to use the pseudo-tty of a docker container" | 1 | SUMMARY = "Python library to use the pseudo-tty of a docker container" |
| 2 | HOMEPAGE = "https://github.com/d11wtq/dockerpty" | 2 | HOMEPAGE = "https://github.com/d11wtq/dockerpty" |
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=afaf767baa20ac524dc12f1071ca493a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
| 7 | 7 | ||
