summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-11-14 15:10:01 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-11-14 15:10:01 +0000
commit7baa918b3f946a27f39fd1d99c2e6a4499c4a20c (patch)
treeef0745419346faaefe759e2803669f9fc492169e /src
parent09edbe01d901c0f01e866aa08455c6d9ee6fd0ac (diff)
downloadlibepoxy-7baa918b3f946a27f39fd1d99c2e6a4499c4a20c.tar.gz
Remove Python 2 support
Python 2 is going to reach EOL in January 2020, and most platforms have already moved to Python 3.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gen_dispatch.py1
-rw-r--r--src/meson.build1
2 files changed, 1 insertions, 1 deletions
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',