Re: dh-python and pylint

2019-09-11 Thread Joseph Herlant
Hi! > thanks a lot, but what about backports. On backports we still need this > mapping. Aren't the backports built using the dh-python version of the platform they are ported to? In this case it shouldn't really matter right? I see that Ubuntu released a new dh-python with this exact fix. It se

Re: dh-python and pylint

2019-09-01 Thread Sandro Tosi
On Sat, Aug 31, 2019 at 9:21 AM PICCA Frederic-Emmanuel wrote: > > Hello, > > I am preparing the new spyder package. > since the removal of pylint3 from the src:pylint. > > I need to remove the Build-Depends: pylint3. > > Now dh_python3 still produce a pylint3 dependency for the binary packages. >

dh-python and pylint

2019-08-31 Thread PICCA Frederic-Emmanuel
Hello, I am preparing the new spyder package. since the removal of pylint3 from the src:pylint. I need to remove the Build-Depends: pylint3. Now dh_python3 still produce a pylint3 dependency for the binary packages. It seems that thsi is hard coded here[0] Is it a bug of dh-python ? Cheers F