From d61992026d40d80a1ca3e4876eeaa4462a007dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 11 Sep 2019 21:07:02 +0100 Subject: Use distutils plugin from bst-plugins-experimental --- tests/format/variables/defaults/project.conf | 1 + tests/format/variables/overrides/project.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/format/variables/defaults/project.conf b/tests/format/variables/defaults/project.conf index 9cf530d7c..029f07c3a 100644 --- a/tests/format/variables/defaults/project.conf +++ b/tests/format/variables/defaults/project.conf @@ -7,6 +7,7 @@ plugins: package-name: bst-plugins-experimental elements: cmake: 0 + distutils: 0 makemaker: 0 modulebuild: 0 qmake: 0 diff --git a/tests/format/variables/overrides/project.conf b/tests/format/variables/overrides/project.conf index 9d4331e72..e4854a646 100644 --- a/tests/format/variables/overrides/project.conf +++ b/tests/format/variables/overrides/project.conf @@ -6,6 +6,7 @@ plugins: package-name: bst-plugins-experimental elements: cmake: 0 + distutils: 0 makemaker: 0 modulebuild: 0 qmake: 0 -- cgit v1.2.1