I'm new to python but i want to create rpm package by using setuptools and bdist_rpm option. The problem I've occurred is how to include dependencies to other rpm (c/c++ binaries libraries).

有帮助吗?

解决方案

You need to add the dependencies to the Requires section, see distutils documentation.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top