Skip to content

Commit

Permalink
I have several missing dependencies on a RHEL 6 when i tried to insta…
Browse files Browse the repository at this point in the history
…ll the openstack-keystone package.

I was able to parse the error logs and after installing the following rpm's it worked.
  python-paste-deploy
  start-stop-daemon
  python-webob
  python-setuptools
  • Loading branch information
josecastroleon committed Oct 24, 2011
1 parent aead194 commit 9485002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack-keystone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Source1: %{name}.init
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel python-setuptools python-sphinx >= 0.6.0
BuildArch: noarch
Requires: python-eventlet python-lxml python-paste python-sqlalchemy python-routes python-httplib2
Requires: python-eventlet python-lxml python-paste python-sqlalchemy python-routes python-httplib2 python-paste-deploy start-stop-daemon python-webob python-setuptools

%description
Authentication service - proposed for OpenStack
Expand Down

0 comments on commit 9485002

Please sign in to comment.