Skip to content

Remove use of oset

Samuel GAIST requested to merge remove_use_of_oset into master

The oset package triggers a warning with Python 3.7 that if not fixed will make the package not working with Python 3.8.

After some testing, the use of Python standard sets seems to be enough for the needs of beat/beat.cmdline>.

Therefore remove oset.

Merge request reports