Fix non-fedora python3 bcond

This commit is contained in:
Ville Skyttä 2017-01-14 13:34:07 +02:00
parent 7fba799422
commit 0032c5270d

View File

@ -3,7 +3,7 @@
%if 0%{?fedora}
%bcond_without python3
%else
%bconf_with python3
%bcond_with python3
%endif
Name: rpmdevtools