Re: packaging DiscoDOS - a cli tool for vinyl DJs

2020-05-17 Thread Scott Kitterman
On Sunday, May 17, 2020 7:44:38 PM EDT Steve Langasek wrote: > On Sat, May 16, 2020 at 11:09:33AM +0800, Paul Wise wrote: > > On Fri, 2020-05-15 at 19:56 -0700, Steve Langasek wrote: > > > FTR, UbuntuStudio is an official Ubuntu flavor, not a derivative ;) > > > > Woops. Did that change at some po

Re: packaging DiscoDOS - a cli tool for vinyl DJs

2020-05-17 Thread Steve Langasek
On Sat, May 16, 2020 at 11:09:33AM +0800, Paul Wise wrote: > On Fri, 2020-05-15 at 19:56 -0700, Steve Langasek wrote: > > FTR, UbuntuStudio is an official Ubuntu flavor, not a derivative ;) > Woops. Did that change at some point or did I mix them up with another > distro or just make a stupid mis

Re: Issues running pytest from within .pybuild

2020-05-17 Thread Scott Kitterman
On Sunday, May 17, 2020 6:26:11 PM EDT Christian Kastner wrote: > In a recent version of src:scikit-learn, a workaround was added to > resolve an ImportMismatchError regarding one of the conftest.py files > used by pytest. > > I hit a new instance of this while preparing a new upstream release, so

Issues running pytest from within .pybuild

2020-05-17 Thread Christian Kastner
In a recent version of src:scikit-learn, a workaround was added to resolve an ImportMismatchError regarding one of the conftest.py files used by pytest. I hit a new instance of this while preparing a new upstream release, so I inquired [1] with pytest upstream as to why this could be happening. A

Re: Fwd: Problem with reprotest-kernel

2020-05-17 Thread Evangelos Ribeiro Tzaras
After some further investigation, I have figured out a solution. Changing the build dependency to the -dev package (from libzbar0 to libzbar-dev) has fixed the failing reprotest-kernel job. I tried this out after reading that ctypes.util.find_library is usually used to lookup build-time dependencie