fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
127 stars 39 forks source link

pyp2rpm doesnt seem to work with HTTP_PROXY env variable #24

Open laapsaap opened 8 years ago

laapsaap commented 8 years ago

pyp2rpm doesnt seem to work with HTTP_PROXY env variable

$ export HTTP_PROXY=http://proxy:3128
$ export HTTPS_PROXY=https://proxy:3128
$ pyp2rpm elasticsearch
...
socket.error: [Errno 110] Connection timed out
laapsaap commented 8 years ago

I found the --proxy argument, but it isnt working. Stracing the process doesnt show me pyp2rpm trying to connect to a proxy.

gss2002 commented 6 years ago

Here is what I did to make this work behind our corporate proxies... convert_py_proxy.txt