From e486a50f77ad09e04a6cb20bfc40c798d9161535 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 21 Sep 2017 15:04:03 +0100 Subject: [PATCH] Include all rootwrap filters when building wheels The current method of specifying each rootwrap filter in the file list is prone to errors when adding or removing filters. Instead of relying on a manually maintained list this patch just includes all the files of the correct naming convention from the applicable folder. This is simpler and easier to maintain. Change-Id: I116efd3ff1799965bb46da785b2ad96c7f5b97c5 Closes-Bug: #1718356 --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1a21d8336..d164b114e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,8 +33,7 @@ data_files = etc/designate/policy.json etc/designate/designate.conf.sample etc/designate/rootwrap.conf.sample - etc/designate/rootwrap.d = - etc/designate/rootwrap.d/bind9.filters + etc/designate/rootwrap.d = etc/designate/rootwrap.d/* [entry_points] oslo.config.opts =