Re: [OE-core] [PATCH] dnf: drop python3-iniparse from DEPENDS and RDEPENDS

2024-11-30 Thread Guðni Már Gilbert via lists . openembedded . org
Note: after this patch, there are no consumers of python3-iniparse in openembedded-core or meta-openembedded. To move forward, I'm not sure if I should simply delete the recipe or move it to meta-openembedded. Is anyone against deleting this recipe? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive a

[OE-core] [PATCH] dnf: drop python3-iniparse from DEPENDS and RDEPENDS

2024-11-30 Thread Guðni Már Gilbert via lists . openembedded . org
python3-iniparse dependency was dropped 2019, see the following commit as reference: https://github.com/rpm-software-management/dnf/pull/1329/commits/d7d0e0e2f9d8c7d021c794821ad0b56a39ebc01f When looking at the Git history, this happened around tag 4.2.1 Signed-off-by: Guðni Már Gilbert --- met