[prev in list] [next in list] [prev in thread] [next in thread] 

List:       luci-commits
Subject:    [Luci-commits] [luci/pkg-update] spec: remove spare python-paste from BuildRequires
From:       jpokorny () fedoraproject ! org (Jan Pokorny)
Date:       2010-11-19 16:49:04
Message-ID: 20101119164904.72D1A120219 () lists ! fedorahosted ! org
[Download RAW message or body]

commit 046a2072080e5ae2c8297036f499aaf3dec03a48
Author: Jan Pokorny <jpokorny at redhat.com>
Date:   Fri Nov 19 17:40:13 2010 +0100

    spec: remove spare python-paste from BuildRequires
    
    - it is true that python-paste-script itself requires python-paste
      but in the context of building luci, python-paste-script is used only
      for its entry point in ``egg_info.writers'' group which is purely
      declarative thing (i.e. it doesn't execute anything from
      python-paste-script code)

 luci.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/luci.spec b/luci.spec
index 75196d2..43863bd 100644
--- a/luci.spec
+++ b/luci.spec
@@ -60,8 +60,10 @@ Patch0:         %{name}-setup.patch
 
 ExclusiveArch:  i686 x86_64
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  python-devel python-setuptools python-paste python-paste-script
+BuildRequires:  python-devel python-setuptools
 BuildRequires:  cyrus-sasl-devel
+# Used to create paster_plugins.txt in egg-info dir (setup.py: setup_requires)
+BuildRequires:  python-paste-script
 
 Requires:       TurboGears2 python-repoze-who-friendlyform python-tw-forms
 Requires:       python-paste >= 1.7.2-5

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic