diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb index 30f3404173..bc672158a9 100644 --- a/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb | |||
@@ -1,2 +1,8 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-asn1crypto.inc | 2 | require python-asn1crypto.inc |
3 | |||
4 | RDEPENDS_${PN}_class-target += " \ | ||
5 | ${PYTHON_PN}-enum \ | ||
6 | ${PYTHON_PN}-selectors \ | ||
7 | ${PYTHON_PN}-shell \ | ||
8 | " | ||