Bug#772730: python-pip: pyvenv created virtual environments are missing their .whl files

2014-12-11 Thread Donald Stufft
I think this is actually a bug with the python3.4 package. * It only appears in Debian Sid, Jessie is fine. * Inspecting /usr/lib/python3.4/ensurepip/__init__.py it appears to me that ensurepip has lost the lines where it copies the wheels into the venv file. Without the copy line those

Bug#772730: python-pip: pyvenv created virtual environments are missing their .whl files

2014-12-10 Thread Barry Warsaw
Package: python-pip Version: 1.5.6-4 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear Maintainer, When creating a virtual environment with virtualenv, the dependent ..whl files are copied into venv/lib/python-wheels/*.whl. This allows pip inside such venvs to work.