From 6d2b2ac5f99e85f62d4296b691dc933bd41baf1a Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 23 Dec 2022 17:28:14 +0000 Subject: [PATCH] python: pass DC_RS_DEV and DC_RS_TARGET into auditwheels env Otherwise python binding wheels fail to build with tox 4.0. --- python/tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/tox.ini b/python/tox.ini index f8304a9b3..b182c41a1 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -38,6 +38,8 @@ passenv = skipsdist = True deps = auditwheel passenv = + DCC_RS_DEV + DCC_RS_TARGET AUDITWHEEL_ARCH AUDITWHEEL_PLAT AUDITWHEEL_POLICY