python-google-resumable-media incorrect requirements in Factory
Hi All, I was going to fix the runtime requirements for python-google- resumable-media [1] but realize it's a little more complex then adding the missing requirement [2]. There's different requirements for python2 vs python3 and I'm not familiar with how to handle this with latest single spec. Can you please provide some pointers here? For python3 we want python3-google-crc32c For python2 it's python2-crcmod These are currently listed as build requirements but missing from runtime requirements in spec. Based on the package setup.py file they should be required according to Python version as mentioned above. Also the aiohttp requirement is in build requirements list. However, it's an extra like requests so it seems like it should be a recommends: Recommends: python-aiohttp How do we handle python version specific requirements in spec with the multi python changes in Factory? [1]https://build.opensuse.org/package/show/devel:languages:python/python-google... [2]https://github.com/googleapis/google-resumable-media-python/blob/master/setu... Thanks, Sean
participants (1)
-
Sean Marlow