From e7fc148ce78bd57f323ee464abdf0b3d9e039d40 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 14 Jun 2022 12:06:36 +0100 Subject: [PATCH] add python3-setuptools-scm to list of dependencies in mk-deb-chroot --- mk-deb-chroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk-deb-chroot b/mk-deb-chroot index f90e7ab..3d43fef 100755 --- a/mk-deb-chroot +++ b/mk-deb-chroot @@ -123,7 +123,8 @@ apt-get install -y automake binutils-dev build-essential \ sudo \ python2.7 \ python3 python3-pip \ - python3-setuptools python3-dev + python3-setuptools python3-dev \ + python3-setuptools-scm # yeah systemd in a chroot? not very funny joke. apt-get remove -y systemd -- 2.30.2