openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

BuildRequires nose if using nosetests. #21

Closed toddrjen closed 8 years ago

toddrjen commented 9 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.