upciti / wheel2deb

Python Wheel to Debian package converter
MIT License
48 stars 22 forks source link

Find correct package for pyyaml and simular packages #53

Open tibersam opened 1 year ago

tibersam commented 1 year ago

In the debian sources, some packages, which are prepended with py e.g.: pyyaml have the py stripped (pyyaml -> python3-yaml). This PR tries to account for such situations.