Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd502df

Browse files
committed
[COOK-2917] Fix python::source fails without build tools.
1 parent 2fe4ba9 commit dd502df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes/source.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
# limitations under the License.
1919
#
2020

21+
include_recipe "build-essential"
22+
2123
configure_options = node['python']['configure_options'].join(" ")
2224

2325
packages = value_for_platform_family(

0 commit comments

Comments
 (0)