From: Alfredo Deza Date: Tue, 15 Jan 2019 15:26:21 +0000 (-0500) Subject: [RM-37848] build: add python-remoto to the spec file as a requirement X-Git-Tag: v2.1.0~26^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eced2c9f320dd99d1e6838861d8245a5c5fcaa6a;p=ceph-deploy.git [RM-37848] build: add python-remoto to the spec file as a requirement Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy.spec b/ceph-deploy.spec index 5a237fa..8218266 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -31,8 +31,7 @@ BuildRequires: pytest %endif BuildRequires: git Requires: python-argparse -#Requires: lsb-release -#Requires: ceph +Requires: python-remoto %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