shaka-packager/packager/tools
Dennis E. Mungai a4c357b992 fix: Fix type error in pssh-box.py with Python 3.10+ (#1187)
A single-line change on #L170 to `wv.protection_scheme =
struct.unpack('>L', bytes(protection_scheme, encoding='utf-8'))[0]`,
needed to work around this issue on Ubuntu 22.04LTS+ running Python
3.10+:

```sh
TypeError: a bytes-like object is required, not 'str'
```
On line 170.
2023-05-01 09:10:11 -07:00
..
git chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
memory/tsan_v2 Add ignore file for TSan build 2015-11-13 18:57:54 +00:00
pssh fix: Fix type error in pssh-box.py with Python 3.10+ (#1187) 2023-05-01 09:10:11 -07:00
CMakeLists.txt feat: Add CMake module for building protobufs (#1112) 2022-10-26 10:07:01 -07:00
extract_from_changelog.py chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
generate_license_notice.py chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00