Re: pybuild and optional dependencies

2023-12-24 Thread Stefano Rivera
Hi PICCA (2023.12.18_09:41:52_+) > When I compile the package, I got the dh_python3 computed runtime > dependencies from the install_requires. > > Now I would like to build this package but with the larix optional > dependencies. > > so I added all the dependencies in the Build-Depends, bu

Re: pybuild and optional dependencies

2023-12-18 Thread Gregor Riepl
How can I teach pybuild that I really want xraylarch[larix] ? I don't know if there's a mechanism that can add optional dependencies automatically, but the easiest way would be to just add them to the Depends: ... or the Recommends: ... list of the respective package in debian/control.