Hi Barry (2014.11.17_22:53:01_+0200) > The question still remains: how best to upgrade people who have > /usr/bin/virtualenv provided by python-virtualenv in Wheezy, so that they now > get /usr/bin/virtualenv provided by virtualenv in Jessie? Using Recommends > was an attempt at that, but clearly it's not good enough.
Taking a step back, I think the only way to reliably do this is to have virtualenv be Python2 for jessie, and change it to Python 3 in stretch. so: python-virtualenv Depends virtualenv virtualenv Depends python-virtualenv (ick a loop. Avoidable?) and in stretch: virtualenv Depends python3-virtualenv By then, anybody using virtualenv has had the virtualenv package installed. SR -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272 _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

