So what should package maintainers do? I modified a package to use
python3_pkgversion and it builds fine if with_python3 is set, but it
doesn't seem to be set in the EPEL 7 build environment. I noticed a couple
packages enable it by default. Is that what we should be doing? Or should
we just build
On 01/19/2016 05:30 AM, Avram Lubkin wrote:
So what should package maintainers do? I modified a package to use
python3_pkgversion and it builds fine if with_python3 is set, but it
doesn't seem to be set in the EPEL 7 build environment. I noticed a
couple packages enable it by default. Is that wha
unsubscribe
___
python-devel mailing list
python-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org
unsubscribe
___
python-devel mailing list
python-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org
2016-01-19 16:18 GMT+01:00 Orion Poplawski :
> On 01/19/2016 05:30 AM, Avram Lubkin wrote:
>>
>> So what should package maintainers do? I modified a package to use
>> python3_pkgversion and it builds fine if with_python3 is set, but it
>> doesn't seem to be set in the EPEL 7 build environment. I no