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>
This commit is contained in:
Denys Dmytriyenko
2020-04-01 16:35:46 -04:00
committed by Khem Raj
parent 7227897d5d
commit 1fed24e603
2 changed files with 4 additions and 24 deletions
@@ -21,7 +21,7 @@ RDEPENDS_${PN}-tests += " \
PACKAGES =+ "${PN}-tests"
FILES_${PN}-tests += " \
FILES_${PN}-tests = " \
${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/ \
${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/__pycache__/ \
"