pycontribs / selinux

Pure-python selinux shim module for use in virtualenvs
MIT License
20 stars 19 forks source link

Same package name as official selinux python bindings #52

Closed tallero closed 1 year ago

tallero commented 2 years ago

Hello, it seems that this python module installs a selinux module just as the official selinux python bindings, causing package conflicts when using programs which depend on either one of the two.

Can something be done about this?

EDIT: I see from the README one has to install official bindings, so I am wondering, how could that be if this package overwrites them? More in general we have doubts about how this module works.

ssbarnea commented 1 year ago

This package does not override them, it was made like this by design.