wheel2deb icon indicating copy to clipboard operation
wheel2deb copied to clipboard

Missing support for the s390 architecture

Open CarstenLeue opened this issue 3 years ago • 0 comments

https://github.com/upciti/wheel2deb/blob/master/src/_wheel2deb/debian.py#L27

I suggest to add the following architecture mapping to support s390 (linux on Z)

'linux_s390x': 's390x'

Where 'linux_s390x' is the python identifier for the architecture and s390x the debian identifier.

CarstenLeue avatar Sep 21 '20 12:09 CarstenLeue