getsolus / eopkg

eopkg - Solus package manager implemented in python3
8 stars 9 forks source link

build.py: fix issues with os.walk() and bytes/string encoding #66

Closed Staudey closed 5 months ago

Staudey commented 5 months ago

generator.next() is no longer valid in Python 3

bytes object has to be decoded to string before use

This fixes build issues for the third party repo scripts for "Android Studio", "Insync"; and, slightly more importantly, pisi itself.

Part of https://github.com/getsolus/3rd-party/issues/78