mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
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:
committed by
Khem Raj
parent
7227897d5d
commit
1fed24e603
@@ -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__/ \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user