python,python3: remove `--ignore-installed` flag for host packages
authorAlexandru Ardelean <redacted>
Mon, 14 May 2018 09:08:46 +0000 (12:08 +0300)
committerAlexandru Ardelean <redacted>
Mon, 14 May 2018 09:11:00 +0000 (12:11 +0300)
commit995b48121eb0131913cde1585528db266e8caabf
tree6399e4aa81d7c3d192fd3fc7532869f54686dad3
parent20c6cec0c8b621155ecb311f417d2f97da339c8d
python,python3: remove `--ignore-installed` flag for host packages

This was copied over from python-packages, when support for installing
packages host-side (via pip) was added.

Based on the discussion on this commit:
  https://github.com/openwrt/packages/commit/612c53fc6c3d9ba2a57f7329baf055f1d59a9246
it was mentioned that removing this may add more benefit in terms of
reducing build time, because packages won't get reinstalled every time.

I'm not entirely sure about any potential side-effects of this, but it's
worth trying it out.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-host.mk
lang/python/python3-host.mk
git clone https://git.99rst.org/PROJECT