From 3b0507bb0d2f4a23b81140192325eaf699776358 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 10 May 2020 14:22:45 +0000 Subject: Remove python false positives rpm-build now pulls in python3-setuptools so all packages are detected as using python. We need a new way to detect it but for now remove it. --- autobuild.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild.rb b/autobuild.rb index a63547d..3cf78cd 100755 --- a/autobuild.rb +++ b/autobuild.rb @@ -104,7 +104,7 @@ def find_attributes(build_dir) if name =~ /^(php-devel|lib(64)?php_common)/ then attr[:lang_php] = true end - if name =~ /^(python3?-setuptools|lib(64)?python3?-devel)$/ then + if name =~ /^lib(64)?python3?-devel$/ then attr[:lang_python] = true end if name =~ /^(ruby-devel|lib(64)?ruby[0-9])/ then -- cgit v1.2.1