summaryrefslogtreecommitdiffstats
path: root/autobuild.rb
diff options
context:
space:
mode:
Diffstat (limited to 'autobuild.rb')
-rwxr-xr-xautobuild.rb2
1 files changed, 1 insertions, 1 deletions
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