Description: Run scripts under Python 3
 Ensure that setup.py and configure.py uses Python 3 for running.
Forwarded: not-needed
Author: Tomasz Rybak <serpent@debian.org>
Last-Update: 2019-11-06

--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 from __future__ import absolute_import, print_function
--- a/test/test_gpuarray.py
+++ b/test/test_gpuarray.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import numpy as np
 import numpy.linalg as la
