unbreak editors/py-neovim

2019-11-21 Thread Edd Barrett
Hi, Naddy reported a build failure on py-neovim that looks like this: ---8<--- ===> Building for py3-neovim-0.4.0 Download error on https://pypi.org/simple/pytest-runner/: [Errno -5] no address associated with name... --->8--- setuptools tries to download this dependency if it's not installed,

Re: unbreak editors/py-neovim

2019-11-21 Thread Stuart Henderson
On 2019/11/21 10:24, Edd Barrett wrote: > setuptools tries to download this dependency if it's not installed, and > presumably that only showed under dpb, where there's a pf rule to block > network access. It shows up outside of DPB as well, if you have PORTS_PRIVSEP=Yes in mk.conf and the default

Re: unbreak editors/py-neovim

2019-11-21 Thread Travis Cole
On Thu, Nov 21, 2019, at 04:06, Stuart Henderson wrote: > On 2019/11/21 10:24, Edd Barrett wrote: > > setuptools tries to download this dependency if it's not installed, and > > presumably that only showed under dpb, where there's a pf rule to block > > network access. > > It shows up outside of D