Package sources for project devel:languages:python:Factory are received through scmsync. This is not supported by the OBS frontend

File sitePackages.py of Package minsky-restservice

# print value of first site-packages directory
import sys
for i in sys.path:
    if i.endswith('site-packages') or i.endswith('dist-packages'):
        print(i)
        break
openSUSE Build Service is sponsored by