From 6b41b315c28fd49edf746261c045f3d18a4f971d Mon Sep 17 00:00:00 2001 From: Dmitry Borodaenko Date: Mon, 16 Sep 2013 12:36:00 -0700 Subject: [PATCH] add git to build-depends for vendor.py --- ceph-deploy.spec | 7 ++++--- debian/control | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ceph-deploy.spec b/ceph-deploy.spec index 3c33d7f..93ef386 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -30,11 +30,12 @@ BuildRequires: python-pytest %else BuildRequires: pytest %endif +BuildRequires: git Requires: python-argparse -Requires: pushy >= 0.5.3 +Requires: pushy >= 0.5.3 Requires: python-distribute -#Requires: lsb-release -#Requires: ceph +#Requires: lsb-release +#Requires: ceph %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else diff --git a/debian/control b/debian/control index 84a6bcd..84dacb4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Sage Weil Uploaders: Sage Weil Section: admin Priority: optional -Build-Depends: debhelper (>= 7), python-setuptools +Build-Depends: debhelper (>= 7), python-setuptools, git X-Python-Version: >= 2.4 Standards-Version: 3.9.2 Homepage: http://ceph.com/ -- 2.47.3