diff --git a/python-nose.spec b/python-nose.spec index a4f278c..6b7ca68 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -60,6 +60,7 @@ output capture and more. Summary: Nose Documentation Group: Documentation BuildRequires: python-sphinx +Requires: python-nose %description docs Documentation for Nose @@ -106,7 +107,7 @@ cp -a . %{py3dir} %if 0%{?with_python3} pushd %{py3dir} -CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build +%{__python3} setup.py build popd %endif # with_python3