diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb index 92eb8bfb55..fc7a47a43d 100644 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb | |||
@@ -8,6 +8,7 @@ SRC_URI = "git://github.com/matze/pkgconfig.git" | |||
8 | SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2" | 8 | SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2" |
9 | 9 | ||
10 | RDEPENDS_${PN} = "pkgconfig \ | 10 | RDEPENDS_${PN} = "pkgconfig \ |
11 | ${PYTHON_PN}-shell \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | inherit setuptools3 | 14 | inherit setuptools3 |