You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lilv/lilv-test-python.patch

14 lines
422 B

diff --git a/wscript b/wscript
index f6780d0..bed2995 100644
--- a/wscript
+++ b/wscript
@@ -570,7 +570,7 @@ def test(tst):
if tst.env.LILV_PYTHON:
with tst.group('python') as check:
- check(['python', '-m', 'unittest', 'discover', 'bindings/'])
+ check(['python3', '-m', 'unittest', 'discover', 'bindings/'])
with tst.group('plugin') as check:
for p in test_plugins: