aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit2e255594737a77fd92f3ff4b53812d3a6a365934 (patch)
treea7ee79c7687875a8ebf3cd53d99ae995018968a3 /recipes-devtools/python/python-attrs.inc
parent9bf87cd147c1922e241a2b5bafbb89e465294047 (diff)
downloadmeta-python2-2e255594737a77fd92f3ff4b53812d3a6a365934.tar.gz
python-attrs: correct the RDEPENDS to work on a minimal python install
(From meta-openembedded commit: 7249c5a2a54659b2b5f55f792bcac7398a030401) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-attrs.inc')
-rw-r--r--recipes-devtools/python/python-attrs.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-attrs.inc b/recipes-devtools/python/python-attrs.inc
index edde79e..486a4e9 100644
--- a/recipes-devtools/python/python-attrs.inc
+++ b/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 \
+"