diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-06-03 16:00:28 +0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-06-03 16:00:28 +0700 |
| commit | 6f53f91fa6644e4118aa5484b879ab14ef02f48e (patch) | |
| tree | 11e17f4b05ef4b7ff4a817fa0e07381cf3ad280e /admin/python-coverage-test-runner.spec | |
| parent | 1148350349b0fba1196a4e2c7b74035d8a536809 (diff) | |
Match dependencies with upstream *.dsc files
Diffstat (limited to 'admin/python-coverage-test-runner.spec')
| -rw-r--r-- | admin/python-coverage-test-runner.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/python-coverage-test-runner.spec b/admin/python-coverage-test-runner.spec index d736ce7..d7b0936 100644 --- a/admin/python-coverage-test-runner.spec +++ b/admin/python-coverage-test-runner.spec @@ -13,6 +13,7 @@ URL: http://liw.fi/%{prjname}/ Source0: http://code.liw.fi/%{prjname}/%{pkgname}-%{version}.tar.gz BuildArch: noarch +BuildRequires: python-coverage Requires: python-coverage %description @@ -39,6 +40,10 @@ that module. %{__python} setup.py install -O1 --skip-build --root %{buildroot} +%check +%{__python} testrun.py + + %files %doc COPYING README %{python_sitelib}/* |
