summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorAbdur Rehman <abdur_rehman@mentor.com>2017-11-15 21:44:41 +0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-15 16:00:22 -0500
commit5b6773e6cffd42e243d67613fc4638440703b4fa (patch)
tree8a8f1d90f85425c2006f24c8ae78c91b769af05b /recipes-devtools/python
parent34dee81d0c5a0e2e1b1633ad4293171163c3bb62 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r--recipes-devtools/python/python3-dockerpty_0.4.1.bb2
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 @@
1SUMMARY = "Python library to use the pseudo-tty of a docker container" 1SUMMARY = "Python library to use the pseudo-tty of a docker container"
2HOMEPAGE = "https://github.com/d11wtq/dockerpty" 2HOMEPAGE = "https://github.com/d11wtq/dockerpty"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=afaf767baa20ac524dc12f1071ca493a" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7