Skip to content
Advertisement

Tag: rpm-spec

How to include pip packages in an rpm build

I want to include a Python package dependency (installed using pip3 install) in an rpm package. I cannot install using dnf because its version is out of date. rpm returns the following error if I install the dependency using pip3 install: Any suggestions on how to include a Python package inside of an rpm? Answer OK. Some of your package

Advertisement