hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 63 forks source link

add python3 to build-depends #233

Closed jjergus closed 4 years ago

jjergus commented 4 years ago

I didn't see any errors on any of the supported systems (probably they all have a good enough version of python installed by default) but I guess it's better to declare it as an explicit dependency just in case?

I can update https://github.com/facebook/hhvm/pull/8665 to prefer python3 if available but if it builds successfully with any version of python maybe that's not necessary.