Re: Pass arguments to setup.py with dh_python2

2018-03-28 Thread Andrey Rahmatullin
On Wed, Mar 28, 2018 at 09:21:16AM -0400, Scott Talbert wrote: > > > I've got a package where I need to pass an argument to setup.py as part of > > > the build process. Is there a way to do this with dh_python2, ie, without > > > using overrides? > > dh_python2 doesn't call setup.py, the build sys

Re: Pass arguments to setup.py with dh_python2

2018-03-28 Thread Scott Talbert
On Wed, 28 Mar 2018, Andrey Rahmatullin wrote: I've got a package where I need to pass an argument to setup.py as part of the build process. Is there a way to do this with dh_python2, ie, without using overrides? dh_python2 doesn't call setup.py, the build system (python_distutils or pybuild)

Re: Pass arguments to setup.py with dh_python2

2018-03-28 Thread Andrey Rahmatullin
On Wed, Mar 28, 2018 at 09:00:13AM -0400, Scott Talbert wrote: > I've got a package where I need to pass an argument to setup.py as part of > the build process. Is there a way to do this with dh_python2, ie, without > using overrides? dh_python2 doesn't call setup.py, the build system (python_dist