From 030a4a553a9557bd060baf290a798609b751341e Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 13 Nov 2014 14:38:13 +0000 Subject: [PATCH] build-depends on the -dev packages for python. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index aa2bc79..46ed6eb 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ Uploaders: Thomas Goirand Build-Depends: debhelper (>= 9), dh-python, libgit2-dev, - python-all (>= 2.6.6-3~), + python-all-dev (>= 2.6.6-3~), python-setuptools, python-sphinx, - python3-all, + python3-all-dev (>= 3.2), python3-setuptools Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pygit2.git