On Thu, 21 Jan 2021, Carl George wrote:

I'm not sure I understand your question.  This proposal is about
python36 packages, not the existing python34 packages or hypothetical
python38 packages.

Sorry, I should have said
   Requires: python >= 36
or
   Requires: python >= 3.6

In any case, packages shouldn't be requiring
python* directly.  They automatically get a requirement on
`python(abi) = X.Y` that serves this purpose.

That is fine if the generated *package* depends upon a particular version of python, but what if the source script uses features particular to
a version of python ?

And some packages ship uncompiled .py scripts (not just .pyo and .pyc files).

--
Andrew C. Aitchison                                     Kendal, UK
                        and...@aitchison.me.uk
_______________________________________________
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org

Reply via email to