SUSE / lrbd

GNU Lesser General Public License v2.1
24 stars 19 forks source link

Need to be able to install lrbd from pypi #21

Open hemna opened 6 years ago

hemna commented 6 years ago

It seems the only way to install lrbd on a host is from RPM. since lrbd is a python app, I would like to be able to install it from the standard pip install command line. This enables me to isolate the python dependencies into it's own virtualenv and make the install safe.

I posted up a pull request for a refactoring of lrbd here: https://github.com/SUSE/lrbd/pull/17

This allows one to push up lrbd into pypi as a standard python application.