From 290e32736bc92569ad5b4626654505c459591326 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 21 Apr 2016 21:37:04 +0300 Subject: depend on python 3.x, not 3.4 --- py/CMakeLists.txt | 2 +- py/alpha-test.py | 2 +- py/db.py | 2 +- py/functest.py | 2 +- py/test.py | 2 +- py/trans-test.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'py') diff --git a/py/CMakeLists.txt b/py/CMakeLists.txt index 7766480..c6341d8 100644 --- a/py/CMakeLists.txt +++ b/py/CMakeLists.txt @@ -5,7 +5,7 @@ include(${SWIG_USE_FILE}) include_directories(${LIBDRM_INCLUDE_DIRS}) link_directories(${LIBDRM_LIBRARY_DIRS}) -pkg_check_modules(PYTHON python-3.4 REQUIRED) +pkg_check_modules(PYTHON python3 REQUIRED) include_directories(${PYTHON_INCLUDE_DIRS}) # XXX how to add these inc dirs in a proper way? diff --git a/py/alpha-test.py b/py/alpha-test.py index 15ba045..695cd1b 100755 --- a/py/alpha-test.py +++ b/py/alpha-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import pykms from helpers import * diff --git a/py/db.py b/py/db.py index fbc1998..ce1a54e 100755 --- a/py/db.py +++ b/py/db.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import sys import pykms diff --git a/py/functest.py b/py/functest.py index 24a9a85..624f320 100755 --- a/py/functest.py +++ b/py/functest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import pykms diff --git a/py/test.py b/py/test.py index ac3cd7b..70d4887 100755 --- a/py/test.py +++ b/py/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import pykms diff --git a/py/trans-test.py b/py/trans-test.py index 3d1d5ff..d2e6050 100755 --- a/py/trans-test.py +++ b/py/trans-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import pykms from helpers import * -- cgit v1.2.3