diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-click.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-click.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index c81545b151..60bc46f821 100644 --- a/meta-python/recipes-devtools/python/python-click.inc +++ b/meta-python/recipes-devtools/python/python-click.inc | |||
@@ -6,10 +6,10 @@ Line Interface Creation Kit". It's highly configurable but comes with \ | |||
6 | sensible defaults out of the box." | 6 | sensible defaults out of the box." |
7 | HOMEPAGE = "http://click.pocoo.org/" | 7 | HOMEPAGE = "http://click.pocoo.org/" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c13ed890b210a882c1778216694c98c7" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" | 11 | SRC_URI[md5sum] = "7f53d50f7b7373ebc7963f9ff697450a" |
12 | SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" | 12 | SRC_URI[sha256sum] = "5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7" |
13 | 13 | ||
14 | UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/" | 14 | UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/" |
15 | 15 | ||
@@ -21,3 +21,5 @@ RDEPENDS_${PN} += "\ | |||
21 | " | 21 | " |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
24 | |||
25 | PYPI_PACKAGE = "Click" | ||