libstorage / libstoragemgmt

A library for storage management
https://libstorage.github.io/libstoragemgmt-doc/
GNU Lesser General Public License v2.1
82 stars 32 forks source link

Use correct directory for python shared objects #440

Closed tasleson closed 3 years ago

tasleson commented 3 years ago

Compiled C extensions for python libraries should be placed in the $(pyexecdir). Additionally, the plugins should be installed in their own directories in site-packages because if they are python only they can be installed in $(pythondir). This will require changes to the plugins so that they don't use lsm.plugin.<plugin name>.

tasleson commented 3 years ago

Resolved with https://github.com/libstorage/libstoragemgmt/pull/448