Your message dated Wed, 31 Oct 2018 06:09:18 +0000 with message-id <[email protected]> and subject line Bug#909748: Removed package(s) from unstable has caused the Debian Bug report #837187, regarding python3-venv: Using --system-site-packages causes wrong `pip` to be used to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 837187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837187 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python3-venv Version: 3.4.2-2 Severity: important Dear Maintainer, I'm trying to mimic the behavior of --system-site-packages in python2's virtualenv package in python3's venv package. The following should demonstrate the problem: $ python2 -m virtualenv --system-site-packages venv2 $ source venv2/bin/activate $ which pip /tmp/asdf/venv2/bin/pip $ deactivate $ python3 -m venv --system-site-packages venv3 $ source venv3/bin/activate $ which pip3 /usr/bin/pip3 $ deactivate As you can see, in the python3 case, I am using the system pip3. As a result, if I try to run `pip install [package]` it will try to install it outside the virtual environment. This does not happen when not using the `--system-site-packages` flag. -- System Information: Debian Release: 8.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python3-venv depends on: ii python3 3.4.2-2 ii python3.4-venv 3.4.2-1 python3-venv recommends no packages. python3-venv suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 3.5.6-1+rm Dear submitter, as the package python3.5 has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/909748 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

