summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pycryptodome.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-07 14:06:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 20:22:11 +0000
commitd14eb9aadb8d6380242519eb9f2639b88a8f828d (patch)
tree6ed8a81c615cdd413d5ed4c94a4731e995338c17 /meta/recipes-devtools/python/python-pycryptodome.inc
parentddf2ade49823a2713dbc06f741aedda11c791554 (diff)
downloadpoky-d14eb9aadb8d6380242519eb9f2639b88a8f828d.tar.gz
python3-pycryptodome: update to 3.12.0
License-Update: dropped a patents clarification (From OE-Core rev: 790bedf9c99a581583fbe7e0b20d817562fc8c7b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pycryptodome.inc')
-rw-r--r--meta/recipes-devtools/python/python-pycryptodome.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc
index 3f4c6e9fca..071af557ea 100644
--- a/meta/recipes-devtools/python/python-pycryptodome.inc
+++ b/meta/recipes-devtools/python/python-pycryptodome.inc
@@ -3,10 +3,12 @@ DESCRIPTION = "PyCryptodome is a self-contained Python package of low-level\
3 cryptographic primitives." 3 cryptographic primitives."
4HOMEPAGE = "http://www.pycryptodome.org" 4HOMEPAGE = "http://www.pycryptodome.org"
5LICENSE = "PD & BSD-2-Clause" 5LICENSE = "PD & BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c" 6LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93"
7 7
8inherit pypi 8inherit pypi
9 9
10PYPI_PACKAGE_EXT = "zip"
11
10RDEPENDS:${PN} += " \ 12RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-io \ 13 ${PYTHON_PN}-io \
12 ${PYTHON_PN}-math \ 14 ${PYTHON_PN}-math \