Results 6 comments of Todd

@thewtex The command I used that didn't work was: ``` python3 setup.py build_ext --inplace python3 setup.py build python3 setup.py install -O1 --skip-build --force --root=%{buildroot} --prefix=%{_prefix} ``` The version @bvnavigator showed...

The python tests have a similar issue. `sidecar/tests/test_example.py` tries to import the module `sidecar.example`, but this doesn't seem to exist as far as I can tell.

The issue is that the name in the spec file doesn't match the name of the spec file. So the name of the spec file is "foo.spec", but the name...

I think the solution would be to follow the naming guidelines of the package type by default. So if it is an opensuse.spec, it should follow the standard openSUSE python...

This is happening seemingly randomly in our tests on openSUSE as well.

@bnavigator I am trying to get the tests working in the official openSUSE packages so we can catch issues early. We are having a [build issue with blosc](https://github.com/Blosc/python-blosc/issues/222), for example,...