diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-04-01 16:35:46 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-01 15:11:15 -0700 |
commit | 1fed24e60373866e13ceb12157575c4e09d5f261 (patch) | |
tree | b23b266c8559e837eb8f958a275353a33235a419 /meta-python/recipes-devtools/python/python-pycryptodome.inc | |
parent | 7227897d5d4eb1af442508689ceb09935449efbb (diff) | |
download | meta-openembedded-1fed24e60373866e13ceb12157575c4e09d5f261.tar.gz |
pycryptodomex: cleanup recipe to use common include
PyCryptodome is "an almost drop-in replacement for the old PyCrypto library"
and installs under "Crypto" package. In cases when both PyCryptodome and old
PyCrypto are needed, there's PyCryptodomeX that installs under own name as
"Cryptodome" package.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pycryptodome.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycryptodome.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycryptodome.inc b/meta-python/recipes-devtools/python/python-pycryptodome.inc index 31d1368b0f..63b4a4abb4 100644 --- a/meta-python/recipes-devtools/python/python-pycryptodome.inc +++ b/meta-python/recipes-devtools/python/python-pycryptodome.inc | |||
@@ -21,7 +21,7 @@ RDEPENDS_${PN}-tests += " \ | |||
21 | 21 | ||
22 | PACKAGES =+ "${PN}-tests" | 22 | PACKAGES =+ "${PN}-tests" |
23 | 23 | ||
24 | FILES_${PN}-tests += " \ | 24 | FILES_${PN}-tests = " \ |
25 | ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/ \ | 25 | ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/ \ |
26 | ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/__pycache__/ \ | 26 | ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/__pycache__/ \ |
27 | " | 27 | " |