From 4ec0db9402d0c35d2f5401caf422fd41e69b65b4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 18 Apr 2021 13:51:22 +0200 Subject: install-qa-check.d: Make DUS aware of gui_scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make DISTUTILS_USE_SETUPTOOLS check aware of gui_scripts in addition to console_scripts. Thanks to Arfrever for reporting. Signed-off-by: Michał Górny --- metadata/install-qa-check.d/60distutils-use-setuptools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata') diff --git a/metadata/install-qa-check.d/60distutils-use-setuptools b/metadata/install-qa-check.d/60distutils-use-setuptools index 69164608fcaa..d5b9f87a21a1 100644 --- a/metadata/install-qa-check.d/60distutils-use-setuptools +++ b/metadata/install-qa-check.d/60distutils-use-setuptools @@ -30,7 +30,7 @@ distutils_use_setuptools_check() { then # explicit *unconditional* rdepend in package metadata new_expected=rdepend - elif grep -q -s -F '[console_scripts]' \ + elif grep -q -s '\[\(console\|gui\)_scripts\]' \ "${egg}"/entry_points.txt then new_expected=entry-point -- cgit v1.2.3-65-gdbad