On 2/20/22 01:39, Dorian ROSSE wrote:
does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv <package>''',
I think those two things are mostly unrelated. The rpm created by bdist_rpm will target the system installation of Python, not a user's venv. If you want to create something that can be installed in a venv by pip, I believe you'd want to create a "wheel".