From 9a05c1c7fe37f9ab5486dda1b3e0221ddb3c037b Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 25 Sep 2017 15:48:32 +0200 Subject: [PATCH] Remove duplicate optional requirement Looks like the requirements bot can not handle comments correctly. Commit 95f3944a60ff removed the correct indent and commit 6b31e1de17ae added a duplicate openstackdocstheme requirement instead of updating the available one. Solving this for now with the removal of the comment itself. Change-Id: I6e25e8d626254b112b3ba5e525d89791ea4a25f2 --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index acc5f56..cc7d7f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,11 +19,6 @@ classifier = [extras] docs = openstackdocstheme>=1.17.0 # Apache-2.0 -# make openstackdocstheme an optional dependency. stevedore is a low level -# lib that is used outside of OpenStack. Not having something OpenStack -# specific as build requirement is a good thing. - - openstackdocstheme>=1.16.0 # Apache-2.0 [global] setup-hooks =