From: Gary Lowell Date: Sat, 27 Jul 2013 01:16:40 +0000 (-0700) Subject: ceph-deploy.spec: pytest package is python-pytest on suse X-Git-Tag: v1.2~19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f320dbccd0afe810a30c7eae7438bbf9e0cc76b5;p=ceph-deploy.git ceph-deploy.spec: pytest package is python-pytest on suse Signed-off-by: Gary Lowell --- diff --git a/ceph-deploy.spec b/ceph-deploy.spec index 8b34423..0e9dd62 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -24,9 +24,13 @@ BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-setuptools BuildRequires: python-virtualenv -BuildRequires: pytest BuildRequires: python-mock BuildRequires: python-tox +%if 0%{?suse_version} +BuildRequires: python-pytest +%else +BuildRequires: pytest +%endif Requires: python-argparse #Requires: python-pushy Requires: python-distribute