Hi, I'm working on updating a python package that still has python2 support [1][2]. It has a dependency that's only required for python2 (enum34). Since the changes to allow multi-python in Tumbleweed were made I'm not sure how we should handle this type of scenario as it doesn't seeem documentation has been amended (or I'm looking in the wrong place). Can someone please confirm if I'm doing this correctly? Also, this package is a fork of flask-restplus which is no longer maintained. So I added a conflicts clause which as far as I could tell was the proper way to handle this. Since the packages conflict on namespace they should be mutually exclusive. [1] https://build.opensuse.org/package/view_file/home:seanmarlow:branches:devel:... [2] https://build.opensuse.org/package/rdiff/home:seanmarlow:branches:devel:languages:python:flask/python-flask-restx?opackage=python-flask-restx&oproject=devel%3Alanguages%3Apython%3Aflask&rev=7 Thanks, Sean