aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-attrs.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-29 15:58:25 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:57 -0800
commit7249c5a2a54659b2b5f55f792bcac7398a030401 (patch)
tree09af8bfa726a22f866cd8d55816fe3e93c1b7c9f /meta-python/recipes-devtools/python/python-attrs.inc
parent688e28bc43504956c20599e01bb0d98186fb87f6 (diff)
downloadmeta-openembedded-contrib-7249c5a2a54659b2b5f55f792bcac7398a030401.tar.gz
python-attrs: 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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-attrs.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-attrs.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc
index edde79e5d2..486a4e994c 100644
--- a/meta-python/recipes-devtools/python/python-attrs.inc
+++ b/meta-python/recipes-devtools/python/python-attrs.inc
@@ -7,3 +7,8 @@ SRC_URI[md5sum] = "4314f784ca3174d91956da9828248960"
SRC_URI[sha256sum] = "c78f53e32d7cf36d8597c8a2c7e3c0ad210f97b9509e152e4c37fa80869f823c"
inherit pypi
+
+RDEPENDS_${PN}_class-target += " \
+ ${PYTHON_PN}-ctypes \
+ ${PYTHON_PN}-subprocess \
+"