https://bugzilla.redhat.com/show_bug.cgi?id=1825456



--- Comment #8 from lnie <[email protected]> ---
(In reply to Miro HronĨok from comment #5)

> What about:
> 
> 
> 
> %if %{with_python3}
> %global __python %{__python3}
> %else
> %global __python %{__python2}
> %endif
> 
> ...
> 
> %check
> %{__python} setup.py test
> 
> %build
> %py_build
> 
> %install
> %py_install
> 
> ...
> 
> %files
> %{python_sitelib}/libvirt_test_api*
> %{python_sitelib}/libvirttestapi*

Will update the spec file accordingly,thanks for your review.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to