From d63c8338156a99fbd2a22e0b0321f1625d9ccc27 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 16 Apr 2020 10:01:18 -0500 Subject: [PATCH] Add yappi and objgraph to an extra So that they wind up in the nodepool images, we need to list them somewhere. Change-Id: I47b43407c86c5846ca658963c298b05f280c3b42 --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 81a4ef7cc..30de714b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,3 +33,8 @@ source-dir = doc/source build-dir = doc/build all_files = 1 warning-is-error = 1 + +[extras] +nodepool_base = + yappi + objgraph