python-asn1crypto: correct the RDEPENDS to work on a minimal python install

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka
2017-11-29 15:44:35 -05:00
committed by Armin Kuster
parent bb497805f0
commit 688e28bc43
2 changed files with 18 additions and 0 deletions

View File

@@ -1,2 +1,8 @@
inherit setuptools3
require python-asn1crypto.inc
RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-enum \
${PYTHON_PN}-selectors \
${PYTHON_PN}-shell \
"