papi: use python3 for papi install

Breaks on Ubuntu 20.04 otherwise.

Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I407215a03948d6e49152ee97099539bb625c12ef
This commit is contained in:
Ole Troan
2020-05-08 10:39:30 +02:00
committed by Andrew Yourtchenko
parent 71f62a52a2
commit c5c788bfa1

View File

@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
find_package(PythonInterp 2.7)
find_package(Python3 COMPONENTS Interpreter)
if(PYTHONINTERP_FOUND)
install(