From f1888925ad88b42c484f50efbf4e4abb8ea8153f Mon Sep 17 00:00:00 2001 From: Noah Birnel Date: Tue, 23 Aug 2016 13:12:50 -0700 Subject: [PATCH] add python-setuptools to deb build-depends (#381) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bdd499d..3c0b07f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: extra Maintainer: Ben Howard XSBC-Original-Maintainer: Microsoft Corporation -Build-Depends: debhelper (>= 8), python-all +Build-Depends: debhelper (>= 8), python-all, python-setuptools Standards-Version: 3.9.3 XS-Python-Version: all Homepage: http://go.microsoft.com/fwlink/?LinkId=250998