diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-pip_9.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pip_9.0.3.bb b/meta-python/recipes-devtools/python/python-pip_9.0.3.bb index b0f7533332..e3fc6ba655 100644 --- a/meta-python/recipes-devtools/python/python-pip_9.0.3.bb +++ b/meta-python/recipes-devtools/python/python-pip_9.0.3.bb | |||
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4 | |||
9 | inherit pypi setuptools | 9 | inherit pypi setuptools |
10 | 10 | ||
11 | # Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works | 11 | # Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works |
12 | RDEPENDS_${PN}_class-target = "python-modules python-distribute" | 12 | RDEPENDS_${PN}_class-target = "python-modules python-distribute python-misc" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |