kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

Debian: build-dep change, python-pip -> python-setuptools #182

Closed irl closed 8 years ago

irl commented 8 years ago

Using python-pip during the build of a package would break Debian policy as all builds must be performed using only that which is already in the Debian archive. The setup.py file for python-libfte does however require python-setuptools.

This patch has already been applied in the version I uploaded to the Debian archives.

kpdyer commented 8 years ago

Thank you!