From: Dmitry Borodaenko Date: Mon, 16 Sep 2013 19:36:00 +0000 (-0700) Subject: add git to build-depends for vendor.py X-Git-Tag: v1.2.4~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6b41b315c28fd49edf746261c045f3d18a4f971d;p=ceph-deploy.git add git to build-depends for vendor.py --- 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/