I want to build a python project into a .deb executable, i'm using stdeb but it dont fit well to projects that use PyPi dependencies. There is a way to use stdeb with venv to encapsulate the dependencies in the build?
I've already tryied to use vdist, dh-virtualenv and the install_requires on the setup.py to solve my problem with dependencies on build but not luck.