From 448b717651284a524b57703d928ddd2ee50f2cf0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 14 Oct 2013 16:04:24 -0400 Subject: [PATCH] remove pushy from the spec Signed-off-by: Alfredo Deza --- ceph-deploy.spec | 3 +-- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ceph-deploy.spec b/ceph-deploy.spec index f79f826..7f5491c 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -32,7 +32,6 @@ BuildRequires: pytest %endif BuildRequires: git Requires: python-argparse -Requires: pushy >= 0.5.3 Requires: python-distribute #Requires: lsb-release #Requires: ceph @@ -73,7 +72,7 @@ install -m 0755 -D scripts/ceph-deploy $RPM_BUILD_ROOT/usr/bin %files %defattr(-,root,root) -%doc LICENSE README.rst +%doc LICENSE README.rst %{_bindir}/ceph-deploy %{python_sitelib}/* diff --git a/requirements.txt b/requirements.txt index 41b5dc8..8b13789 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pushy >=0.5.1 + -- 2.47.3