From d78ee00ac15a1380ef0bf7d1daf0e235342fb755 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 30 Oct 2013 13:02:50 -0500 Subject: misc/bcfg2.spec: Remove some unnecessary requires While a lot of these dependencies can be useful, they aren't necessarily required unless you expect to use particular functionality. Signed-off-by: Sol Jerome --- misc/bcfg2.spec | 4 ---- 1 file changed, 4 deletions(-) (limited to 'misc/bcfg2.spec') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 9cf91d16a..51ca95dfc 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -73,7 +73,6 @@ BuildRequires: python-nose BuildRequires: mock BuildRequires: m2crypto BuildRequires: Django -BuildRequires: PyYAML BuildRequires: python-genshi BuildRequires: python-cheetah BuildRequires: pylibacl @@ -184,11 +183,8 @@ Requires: python-daemon %endif Requires: /usr/sbin/sendmail Requires: /usr/bin/openssl -Requires: python-genshi -Requires: python-cheetah Requires: graphviz Requires: python-nose -Requires: PyYAML %if %{_vendor} == redhat %if 0%{?fedora} >= 16 -- cgit v1.2.3-1-g7c22 From 0ceb2e76488a3fa4dbbc8cbb537e0366e0f665b2 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 30 Oct 2013 13:08:27 -0500 Subject: misc/bcfg2.spec: Remove more unnecessary requires Signed-off-by: Sol Jerome --- misc/bcfg2.spec | 2 -- 1 file changed, 2 deletions(-) (limited to 'misc/bcfg2.spec') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 51ca95dfc..ddd694d51 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -113,11 +113,9 @@ BuildRequires: systemd-units %endif Requires: python-lxml -Requires: m2crypto %if 0%{?rhel} && 0%{?rhel} < 6 Requires: python-ssl %endif -Requires: pylibacl Requires: libselinux-python %if 0%{?fedora} >= 16 -- cgit v1.2.3-1-g7c22