> pybuild-autopkgtest(1) has an example of this. sorry for the noise
>>This way it would be possible to deal with the Dependencies on our own >>and avoid the problem of missing dependencies due to these @builddep@, >>variables. > > Do you mean you don't want it to use @builddeps@ or what is the problem > you are thinking about? Yes, when I generate a python package, dh-python3 generate the python dependencies. I want to check during the autopkgtest that the runtime dependencies are well defines in the package. So usually, I just depends on the python3-<package> and the test specific dependencie like pytest etc... If I add @builddep@, I can miss a 'missing' dependency. Fred