]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-37848] build: add python-remoto to the spec file as a requirement
authorAlfredo Deza <adeza@redhat.com>
Tue, 15 Jan 2019 15:26:21 +0000 (10:26 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 15 Jan 2019 15:28:07 +0000 (10:28 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy.spec

index 5a237fa44e0b7c4dc6ea1399172b6604fd90a5ef..8218266e407f173a8c2decffcbe81cc69a66a8cb 100644 (file)
@@ -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