Control: tags -1 patch
Looks like the problem is the "-i pythonX.Y" at
https://sources.debian.org/src/pyopencl/2018.1.1-1/debian/rules/#L38 :
that's not valid input to pybuild, and (probably since pybuild commit
https://anonscm.debian.org/cgit/dh-python/dh-python.git/commit/?id=fa7caff4ee252280f7abfc413a7426155e8865ff
) causes it to put the wrong path-to-just-built-package in PYTHONPATH.
Removing this makes it build, but I'm not sure whether it works.
(Several test failures, but they might well be "trying to test something
my hardware can't do". Also, 'make tests' doesn't work without
https://git.tiker.net/pyopencl.git/commit/92e26e6338ca687ea6d18fa9748f804314e8a12e
)