Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/make-chromium.sh: python command should be python3 #2135

Closed
8 tasks done
apoleon opened this issue Jun 9, 2022 · 0 comments
Closed
8 tasks done

tools/make-chromium.sh: python command should be python3 #2135

apoleon opened this issue Jun 9, 2022 · 0 comments
Labels
fixed issue has been addressed

Comments

@apoleon
Copy link

apoleon commented Jun 9, 2022

Prerequisites

I tried to reproduce the issue when...

  • uBO is the only extension
  • uBO with default lists/settings
  • using a new, unmodified browser profile

Description

Similar to issue #1695. The python command in tools/make-chromium.sh has been replaced by python3.

-python tools/make-chromium-meta.py $DES/
+python3 tools/make-chromium-meta.py $DES/

Python 2 has been replaced by Python 3 on Debian and other Linux distributions.

A specific URL where the issue occurs

https://www.debian.org

Steps to Reproduce

Run tools/make-chromium.sh on Debian GNU/Linux sid

Expected behavior

Script executes successfully

Actual behavior

python command cannot be found

uBlock Origin version

1.42.0

Browser name and version

Chromium

Operating System and version

Debian GNU/Linux

gorhill added a commit to gorhill/uBlock that referenced this issue Jun 10, 2022
@gwarser gwarser added the fixed issue has been addressed label Jun 12, 2022
@gwarser gwarser closed this as completed Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed issue has been addressed
Projects
None yet
Development

No branches or pull requests

2 participants