forked from pool/nfs-utils
factory
Introduce new sub-package nfs-tools-extra, and move all python-based tools into that (bsc#1268167). The nfs-utils base packages previously suggested python-base as a soft dependency, as some of the less used tools rely on that. Some of those have further specific python dependencies (such as nfsdclnts which needs pyyaml). We do not want to pull in python as a strict requirement to any of the base nfs-utils packages to keep the base as minimal as possible. Thus we introduce a new package (nfs-tools-extra) that includes all those optional python-based tools, and make that package require pyyaml and python transitively. Also, the base packages now suggest nfs-tools-extra, instead of python. Signed-off-by: Anthony Iliopoulos <ailiop@suse.com> (cherry picked from commit 6a67b230093ff9d56cf28c08c69615339ff02e28625066684cc1cdcc7a6589bf)
Description
No description provided
Languages
RPM Spec
100%