summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-cffi_1.6.0.bb (renamed from meta-python/recipes-devtools/python/python-cffi_1.5.2.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.5.2.bb b/meta-python/recipes-devtools/python/python-cffi_1.6.0.bb
index 8b258778c0..bd42abb03b 100644
--- a/meta-python/recipes-devtools/python/python-cffi_1.5.2.bb
+++ b/meta-python/recipes-devtools/python/python-cffi_1.6.0.bb
@@ -3,8 +3,9 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
4DEPENDS = "libffi python-pycparser" 4DEPENDS = "libffi python-pycparser"
5 5
6SRC_URI[md5sum] = "fa766133f7299464c8bf857e0c966a82" 6SRC_URI[md5sum] = "2fae9160991afefb20ff0fbde3b14faf"
7SRC_URI[sha256sum] = "da9bde99872e46f7bb5cff40a9b1cc08406765efafb583c704de108b6cb821dd" 7SRC_URI[sha256sum] = "a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db"
8PYPI_PACKAGE_HASH = "b69811feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a"
8 9
9inherit pypi setuptools 10inherit pypi setuptools
10 11