diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-04-27 17:28:06 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:29 +0100 |
commit | b76bd897b71629b3b5d943b65c7746f9d2722569 (patch) | |
tree | 5f3fe410a165a2c439f071e8f8944d9e06655169 | |
parent | 368ed227ae0b09a8b4bc277eb7b568d2c5af99e7 (diff) | |
download | poky-b76bd897b71629b3b5d943b65c7746f9d2722569.tar.gz |
packagegroup-self-hosted: remove python-git dependency
Only python3-git is needed anymore.
(From OE-Core rev: 9cfd9cfe7559d463d2afc8b20451eecdecc841a2)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index c1bbdfcf37..51de75debd 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -151,7 +151,6 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ | |||
151 | perl-pod \ | 151 | perl-pod \ |
152 | python \ | 152 | python \ |
153 | python-modules \ | 153 | python-modules \ |
154 | python-git \ | ||
155 | python3 \ | 154 | python3 \ |
156 | python3-modules \ | 155 | python3-modules \ |
157 | python3-git \ | 156 | python3-git \ |