[Extras] Explicitly check for Python2

2015-10-27 Thread Wilhelm Schuster
Hi, I'm currently working on packaging opensmtpd-extras for Archlinux (AUR). My problem is that on Arch /usr/bin/python points to python3 rather than python2. This means building opensmtpd-extras with python enabled fails as it expects python2. I have attached a patch that fixes the build

Re: [Extras] Explicitly check for Python2

2015-10-27 Thread Gilles Chehade
On Tue, Oct 27, 2015 at 02:53:21PM +0100, Joerg Jung wrote: > Hi, > > On Tue, Oct 27, 2015 at 01:50:31PM +0100, Wilhelm Schuster wrote: > > > > I'm currently working on packaging opensmtpd-extras for Archlinux (AUR). My > > problem is that on Arch /usr/bin/python points to python3 rather than >

Re: [Extras] Explicitly check for Python2

2015-10-27 Thread Joerg Jung
Hi, On Tue, Oct 27, 2015 at 01:50:31PM +0100, Wilhelm Schuster wrote: > > I'm currently working on packaging opensmtpd-extras for Archlinux (AUR). My > problem is that on Arch /usr/bin/python points to python3 rather than > python2. Can you show what exactly fails, maybe it is easy to