Closed toddrjen closed 8 years ago
Currently, py2pack will insert nosetests in the .spec file %check section. However, when it does this, it does not add python-nose to the BuildRequires. It would be nice if it did this since the test cannot work without the package.
nosetests
%check
python-nose
BuildRequires
Currently, py2pack will insert
nosetests
in the .spec file%check
section. However, when it does this, it does not addpython-nose
to theBuildRequires
. It would be nice if it did this since the test cannot work without the package.