Since you're currently only building for the default python3, I am
attaching a minor patch to update your Build-Depends.

It might be useful later to build for all supported python3 versions
but that would take more work.

Thanks,
Jeremy Bicha
From 3909dfbdfec7df36bdba03d2f3e114488833149c Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@ubuntu.com>
Date: Wed, 14 Nov 2018 15:49:16 -0500
Subject: [PATCH] Build-Depend on python3-dev instead of python3-all-dev

since we currently only build for the default python3
instead of for every supported python3 version
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e3aac33..8ed235f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,7 @@ Build-Depends: debhelper (>= 10),
   flex, 
   bison, 
   quilt,
-  python3-all,
-  python3-all-dev, 
+  python3-dev,
   python3-numpy, 
   dh-python,
   python3-six, 
-- 
2.19.1

Reply via email to