Description of problem: The following command does not install python[23]-matplotlib package. -------- dnf --releasever=24 --installroot=/nfsroot/hoge \ -y install '@engineering-and-scientific' -------- Because comps.xml says that @engineering-and-scientific group requires python-matplotlib package, not python2-matplotlib or python3-matplotlib package. Version-Release number of selected component (if applicable): python2-matplotlib-1.4.3-12.fc24.x86_64.rpm How reproducible: always. Steps to Reproduce: 1. install group by using the 2. 3. Actual results: python2-matplotlib or python3-matplotlib is installed. Expected results: Neither of those is installed. Additional info:
> Steps to Reproduce: > 1. install group by using the 1. install group by using the above command.
Should be fixed by https://git.fedorahosted.org/cgit/comps.git/commit/?id=b37d7b353cd498ae46ec17a7887bb94496581f04.
Thanks.