diff options
-rw-r--r-- | meta/recipes-devtools/python/python-git_1.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-git_1.0.1.bb b/meta/recipes-devtools/python/python-git_1.0.1.bb index a78d7c83c4..e1509e6c20 100644 --- a/meta/recipes-devtools/python/python-git_1.0.1.bb +++ b/meta/recipes-devtools/python/python-git_1.0.1.bb @@ -18,6 +18,6 @@ S = "${WORKDIR}/GitPython-${PV}" inherit setuptools -RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold" +RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold python-unixadmin" BBCLASSEXTEND = "nativesdk" |