diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-04-02 12:46:55 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-04-21 13:04:50 -0400 |
commit | 8f602f9fc81000abbd5dac20e8be3065718e1966 (patch) | |
tree | 1d7df959cb77f5875be4c273bc9706989869470e /recipes-platform/packagegroups/packagegroup-agl-demo.bb | |
parent | b40821b62d9b3e35d61f735d7e37636cc1968d69 (diff) |
packagegroup-agl-demo: remove python-curses
Python 2 support has been removed in dunfell, and there is no obvious
requirement for python-curses in the demo images at this point, so just
remove python-curses from the packagegroup.
Bug-AGL: SPEC-3302
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I973315fb8273790840998ca3b03d7805cbc10a3b
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-demo.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-demo.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb index 86da3403f..5f82f096c 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb @@ -72,7 +72,6 @@ RDEPENDS_${PN} += " \ linux-firmware-ralink \ can-utils \ iproute2 \ - python-curses \ dhcp-client \ ${UNICENS} \ ${MOST_DRIVERS} \ |