Re: how to depend on 'requests[security]'?

2020-06-29 Thread Miro Hrončok

On 29. 06. 20 21:59, Felix Schwarz wrote:

Hey,

I'm trying to update a package which now depends on "requests[security]"
instead of just "requests".

If I understand https://fedoraproject.org/wiki/Changes/PythonExtras correctly
there no mechanism right now to pull in "requests[security]" (along with its
dependencies) so I need to patch setup.py and (Build)Require the additional
packages?


Currently, you need to (Build)Require the additional packages. There should be 
no need to patch out the "requests[security]" requirement.


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-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/python-devel@lists.fedoraproject.org


how to depend on 'requests[security]'?

2020-06-29 Thread Felix Schwarz
Hey,

I'm trying to update a package which now depends on "requests[security]"
instead of just "requests".

If I understand https://fedoraproject.org/wiki/Changes/PythonExtras correctly
there no mechanism right now to pull in "requests[security]" (along with its
dependencies) so I need to patch setup.py and (Build)Require the additional
packages?

Felix
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-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/python-devel@lists.fedoraproject.org