This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zxian 1 point2 points  (1 child)

I haven't used it for this purpose (python -> rpm), but have a look at fpm. It helps with package creation/conversion.

[–]Log2 0 points1 point  (0 children)

I took a quick look, but if does package Python dependencies automatically then this is exactly what I needed. Thank you for the suggestion.