From d00737a1bc2901553412c7bf18775535663123c0 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof <jspricke@debian.org> Date: Fri, 16 Dec 2022 21:02:10 +0100 Subject: [PATCH] Add missing build dependency for stack_data.__version__ --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index fc06123..5a1a177 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: pybuild-plugin-pyproject, python3-all, python3-setuptools, + python3-setuptools-scm, python3-pytest <!nocheck>, python3-pygments <!nocheck>, python3-executing (>= 1.2.0) <!nocheck>, -- GitLab