Re: [EPEL-devel] EPEL7: Adapting %python_provide to provide python3- for python36-

2019-04-25 Thread Miro Hrončok
On 24. 04. 19 12:23, Miro Hrončok wrote: Hey, since the plan is to have some python3-... packages in RHEL proper, should we adapt the %python_provide macro to provide python3-... when it gets python36-...? %{python_provide python36-foo} currently does nothing. I propose to change it to do: Pr

Re: [EPEL-devel] EPEL7: Adapting %python_provide to provide python3- for python36-

2019-04-24 Thread Neal Gompa
On Wed, Apr 24, 2019 at 6:23 AM Miro Hrončok wrote: > > Hey, > > since the plan is to have some python3-... packages in RHEL proper, should we > adapt the %python_provide macro to provide python3-... when it gets > python36-...? > > %{python_provide python36-foo} currently does nothing. > I propo