samba-in-kubernetes / sit-environment

SIT (Samba Integration Testing) Framework
GNU General Public License v3.0
1 stars 7 forks source link

client: install the python3-smbc module #93

Closed spuiuk closed 5 months ago

spuiuk commented 5 months ago

This python module links to an external C library(libsmbclient) and is therefore very inconvenient to install using pip. We fall back to using the rpm package for this module.

anoopcs9 commented 5 months ago

pysmbc seems to be inactive without any packaging effort in epel repositories.

spuiuk commented 5 months ago

Closing this issue as we are going with pysmb instead of the pysmbc module.

The pysmb python module is a pure python module and doesn't need to be compiled against the libsmb library which means it easier to use in our test environment.

https://github.com/samba-in-kubernetes/sit-test-cases/pull/76