]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: depends on python-all-dev instead of python-dev
authorKefu Chai <kchai@redhat.com>
Sun, 17 Jul 2016 12:07:12 +0000 (20:07 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Jul 2016 07:02:12 +0000 (15:02 +0800)
* debian/control: Build-Depends: s/python-dev/python-all-dev/, per
    https://wiki.debian.org/Python/FAQ#Build_dependencies

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/control

index 4d4eb08893e5a683b9f0ecfed58cee90277350f3..387b2a7ddb106daa26a47ba2e46b39365138b959 100644 (file)
@@ -53,7 +53,7 @@ Build-Depends: btrfs-tools,
                pkg-config,
                python (>= 2.6.6-3~),
                python-argparse | libpython2.7-stdlib,
-               python-dev,
+               python-all-dev,
                python-nose,
               python-setuptools,
                python-sphinx,