Bug#813431: closed by Sandro Tosi (Re: Bug#813431: python-numpy: Debian adds include dir symlinks that break virtualenvs)

2020-04-21 Thread Pauli Virtanen
The bug is still valid afaik, as the symlink is still there. On April 22, 2020 5:27:05 AM UTC, Debian Bug Tracking System wrote: >This is an automatic notification regarding your Bug report >which was filed against the python-numpy package: > >#813431: python-numpy: Debian adds include dir symli

Bug#813431: python-numpy: Debian adds include dir symlinks that break virtualenvs

2017-09-04 Thread Sandro Tosi
mind having a look at these packages: https://codesearch.debian.net/search?q=%2Fusr%2Finclude%2Fnumpy%7C%2Fusr%2Finclude%2Fpython.*%2Fnumpy would they work without any change if i stop providing those symlinks? if they require changes, please file bugs and block this one against them thx! On Fri

Bug#813431: python-numpy: Debian adds include dir symlinks that break virtualenvs

2017-08-18 Thread Pauli Virtanen
Hi, Ping --- any news on this front? The symlinks added by Debian still break installing old numpy versions and packages depending on them in virtualenvs. These symlinks are not necessary, because Python packages obtain the appropriate include paths via `numpy.get_include()`. -- Pauli Virtanen

Bug#813431: python-numpy: Debian adds include dir symlinks that break virtualenvs

2016-02-01 Thread Pauli Virtanen
Package: python-numpy Version: 1:1.8.2-2 Severity: normal Dear Maintainer, Debian python-numpy packaging adds the following symlinks not contained in upstream: /usr/include/numpy /usr/include/pythonX.Y/numpy Their presence causes the following to fail: $ virtualenv env $ ./env/bin/pip