diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb index 9308c12af..f4a6009f8 100644 --- a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb +++ b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | |||
@@ -17,4 +17,8 @@ do_install_append() { | |||
17 | install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ | 17 | install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ |
18 | } | 18 | } |
19 | 19 | ||
20 | RDEPENDS_${PN} += "\ | ||
21 | ${PYTHON_PN}-subprocess \ | ||
22 | " | ||
23 | |||
20 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |