Re: [packages/waf] - updated python(abi) dependency, compile python library

2020-11-28 Thread Jakub Bogusz
On Sat, Nov 28, 2020 at 08:24:55PM +0200, Elan Ruusamäe wrote:
> 
> On 11/27/20 10:17 PM, qboosh wrote:
> >-Requires:   python(abi) = %{py_ver}
> >
> >+Requires:   python(abi) = %{py3_ver}
> 
> 
> shouldn't this be namespace to python3 name?
> 
> 
> Requires: python3(abi) = %{py3_ver}

No, to be consistent with current python3 package:

$ rpm -qP python3-libs | grep abi
python(abi) = 3.8

Multiple versions can be installed, so it's not necessary to use another
namespace. At least for rpm5, not verified with rpm.org yet.


-- 
Jakub Boguszhttp://qboosh.pl/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/waf] - updated python(abi) dependency, compile python library

2020-11-28 Thread Elan Ruusamäe



On 11/27/20 10:17 PM, qboosh wrote:

-Requires:  python(abi) = %{py_ver}

+Requires:  python(abi) = %{py3_ver}



shouldn't this be namespace to python3 name?


Requires:   python3(abi) = %{py3_ver}

___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en