diff options
Diffstat (limited to 'autobuild.rb')
-rwxr-xr-x | autobuild.rb | 2 |
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 |