What about package that doesn't have python- prefix?

I saw that in the example:

        %if 0%{?with_python2}
        ...
        BuildRequires:  tkinter
        %endif
        
        %if 0%{?with_python3}
        ...
        BuildRequires:  python3-tkinter
        %endif

So I guess tkinter is Python 2. Should it be renamed to python2-tkinter and provide tkinter? Or should Python 3 version provide tkinter? Or both?

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
python-devel mailing list
python-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/python-devel

Reply via email to