[Fedora-packaging] Proposal for Python guidelines change (in connection to Python 3 switch)

Miro Hrončok mhroncok at redhat.com
Wed Dec 4 11:23:50 UTC 2013


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


More information about the packaging mailing list