문제

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