From eced2c9f320dd99d1e6838861d8245a5c5fcaa6a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 15 Jan 2019 10:26:21 -0500 Subject: [PATCH] [RM-37848] build: add python-remoto to the spec file as a requirement Signed-off-by: Alfredo Deza --- ceph-deploy.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.3