spotify / dh-virtualenv

Python virtualenvs in Debian packages
http://dh-virtualenv.readthedocs.io/en/latest/
GNU General Public License v2.0
1.61k stars 186 forks source link

DH_UPGRADE_SETUPTOOLS equivalent for dh_virtualenv #196

Open lamby opened 7 years ago

lamby commented 7 years ago

Seems like there's DH_UPGRADE_SETUPTOOLS when using the "buildsystem" style but no equivalent for the --with=python-virtualenv style. Is this deliberate? (Want a patch?)

jhermann commented 7 years ago

--preinstall "setuptools>=17.1" (or another minimal version) works well for me, so the question is what a new option brings to the table. Yes, the simple option is a tad easier to use, but then is that worth it?

So just a docs problem?

nailor commented 7 years ago

I agree here that there is no need for a specific new option for this. On Sun, 30 Apr 2017 at 16:31, Jürgen Hermann notifications@github.com wrote:

--preinstall "setuptools>=17.1" (or another minimal version) works well for me, so the question is what a new option brings to the table. Yes, the simple option is a tad easier to use, but then is that worth it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/spotify/dh-virtualenv/issues/196#issuecomment-298235516, or mute the thread https://github.com/notifications/unsubscribe-auth/AAD4yLj95EjVGlSdK5GEWwDgzYVhJrh_ks5r1JslgaJpZM4L-riR .

lamby commented 7 years ago

So just a docs problem?

Ah, yes :)