New issue by eoli3n on void-packages repository https://github.com/void-linux/void-packages/issues/27243 Description: ### System * xuname: Void 5.9.14_1 x86_64 GenuineIntel/VM notuptodate rrrmFFF * package: pastebinit-1.5_4 ### Expected behavior pastebinit running and returning a link ### Actual behavior ``` Traceback (most recent call last): File "/bin/pastebinit", line 42, in release = platform.linux_distribution()[0].lower() AttributeError: module 'platform' has no attribute 'linux_distribution' ``` ### Steps to reproduce the behavior install package and run ``` echo "test" | pastebinit -b sprunge.us ```