Re: [ptxdist] [RFC PATCH] host-meson: add dependency to python setuptools

2019-04-12 Thread Michael Olbrich
On Thu, Apr 11, 2019 at 02:39:26PM +, Denis OSTERLAND wrote: > Fixes: > Traceback (most recent call last): > File "setup.py", line 25, in > from setuptools import setup > ImportError: No module named 'setuptools' You need to install python3-setuptools (that's the name of the Debian

[ptxdist] [RFC PATCH] host-meson: add dependency to python setuptools

2019-04-11 Thread Denis OSTERLAND
Fixes: Traceback (most recent call last): File "setup.py", line 25, in from setuptools import setup ImportError: No module named 'setuptools' Signed-off-by: Denis Osterland --- rules/host-meson.in | 2 +- rules/host-meson.make | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)