summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/epoxy/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/epoxy/meson.build b/include/epoxy/meson.build
index 65f83be..c679efe 100644
--- a/include/epoxy/meson.build
+++ b/include/epoxy/meson.build
@@ -25,7 +25,6 @@ foreach g: generated_headers
input: registry,
output: [ gen_header ],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',