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

Igor Gnatenko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected]    |[email protected]



--- Comment #3 from Igor Gnatenko <[email protected]> ---
> %if 0%{?fedora} || 0%{?rhel} > 7
> %global with_python3 1
> %endif
%if 0%{?rhel} && 0%{?rhel} <= 7
%bcond_with python3
%else
%bcond_without python3
%endif

> # tests disabled because DB_ENGINE should be configured
> # but during installation process this is not posssible
it is possible. you can configure some sqlite in memory

> %{python3_sitelib}/*
it's too generic.

-- 
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]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to