iris
iris copied to clipboard
Build rpm
There is very, very little documentation here, and it seems like the only way to really use this is to have a python environment (with many, many dependencies)
Can we build an rpm instead?
It might be possible to use a tool like fpm
which has support for generating an RPM of a python virtualenv: https://fpm.readthedocs.io/en/latest/source/virtualenv.html We haven't explored this however.
Will try this and report back