palto42 Are the builddeps: -pkgconfig(python3) -python-setuptools not required anymore for python packages?
pkconfig(python3) - not always, if it is needed, solbuild will complain for missing Python.h for example.
python-setuptools - is needed for python2 packages.
palto42 Is there a package naming convention to replace dots with hyphen? The original name of the ruamel packages uses dots like ruamel.yaml.clib and you replaced it with ruamel-yaml-clib.
I prefer using hyphen, and add python- to the python packages. No dots and underlines.
Different distros use different names for example.
Arch - python-ruamel.yaml.clib and python-ruamel-yaml
Fedora - python-ruamel-yaml-clib and python-ruamel-yaml
Check this links and you will get an idea.
python-ruamel.yaml.clib
python-ruamel-yaml-clib