From 7baa918b3f946a27f39fd1d99c2e6a4499c4a20c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 14 Nov 2019 15:10:01 +0000 Subject: Remove Python 2 support Python 2 is going to reach EOL in January 2020, and most platforms have already moved to Python 3. --- src/gen_dispatch.py | 1 + src/meson.build | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py index f4d0f31..d33f128 100755 --- a/src/gen_dispatch.py +++ b/src/gen_dispatch.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright © 2013 Intel Corporation diff --git a/src/meson.build b/src/meson.build index fe092d1..371fd4b 100644 --- a/src/meson.build +++ b/src/meson.build @@ -33,7 +33,6 @@ foreach g: generated_sources input: registry, output: [ gen_source ], command: [ - python, gen_dispatch_py, '--source', '--no-header', -- cgit v1.2.1