shaka-packager/packager/tools
Dennis E. Mungai 161947f53e
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:06:56 -07:00
..
git build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
memory/tsan_v2 Add ignore file for TSan build 2015-11-13 18:57:54 +00:00
protoc_wrapper Get rid of svn dependencies 2015-10-16 20:11:20 +00:00
pssh fix: Fix type error in pssh-box.py with Python 3.10+ (#1187) 2023-05-01 09:06:56 -07:00
vim Add edash_packager.ycm_extra_conf.py 2015-06-29 14:56:22 -07:00
extract_from_changelog.py build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
generate_license_notice.py build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
license_notice.gyp build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00