From 6dd88f7b3226e142f68ee6bcdfec8f63d5d2cbdf Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Tue, 7 Jun 2016 15:14:39 +0200 Subject: [PATCH] mark requests lib as dependency in RPM spec file Forgot to add python-requests as a dependency in the spec file for building the RPM file. Change-Id: I50a11085363d8ebe80a90d78dfdbd3d03f6c5343 --- packaging/rpm/python-synergy-scheduler-manager.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rpm/python-synergy-scheduler-manager.spec b/packaging/rpm/python-synergy-scheduler-manager.spec index de94d55..8da48a6 100644 --- a/packaging/rpm/python-synergy-scheduler-manager.spec +++ b/packaging/rpm/python-synergy-scheduler-manager.spec @@ -15,6 +15,7 @@ Requires: python-pbr Requires: python-synergy-service Requires: python-oslo-config Requires: python-oslo-messaging +Requires: python-requests Requires: python-sqlalchemy