diff options
author | Derek Straka <derek@asterius.io> | 2017-02-22 19:15:06 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:30 +0100 |
commit | 998afc1210397d9db792a75196e04fd00171844d (patch) | |
tree | bfa8345573ef8da040f56602ad5029bdcaa98c20 /meta-python/recipes-devtools/python/python-prompt-toolkit.inc | |
parent | f8d4b5d632e3a5ec71727b1fe00740eee9777245 (diff) | |
download | meta-openembedded-998afc1210397d9db792a75196e04fd00171844d.tar.gz |
python-prompt-toolkit: update to version 1.0.13
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-prompt-toolkit.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-prompt-toolkit.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-prompt-toolkit.inc b/meta-python/recipes-devtools/python/python-prompt-toolkit.inc index 8554aea2a4..30c2c81a1a 100644 --- a/meta-python/recipes-devtools/python/python-prompt-toolkit.inc +++ b/meta-python/recipes-devtools/python/python-prompt-toolkit.inc | |||
@@ -2,8 +2,8 @@ SUMMARY = "Library for building powerful interactive command lines in Python" | |||
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "f74cd8ac84176fac1cdb136843ccb0d6" | 5 | SRC_URI[md5sum] = "427b496d2c147bd3819bc3a7f6e0d493" |
6 | SRC_URI[sha256sum] = "ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef" | 6 | SRC_URI[sha256sum] = "33d68ca09f76cd73287fde7df5748ffacf26a8238dd61ee81ac50860ea7c6776" |
7 | 7 | ||
8 | PYPI_PACKAGE = "prompt_toolkit" | 8 | PYPI_PACKAGE = "prompt_toolkit" |
9 | 9 | ||