summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 912fb5c)
raw | patch | inline | side by side (parent: 912fb5c)
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Thu, 21 Apr 2016 18:37:04 +0000 (21:37 +0300) | ||
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Thu, 21 Apr 2016 18:37:04 +0000 (21:37 +0300) |
py/CMakeLists.txt | patch | blob | history | |
py/alpha-test.py | patch | blob | history | |
py/db.py | patch | blob | history | |
py/functest.py | patch | blob | history | |
py/test.py | patch | blob | history | |
py/trans-test.py | patch | blob | history |
diff --git a/py/CMakeLists.txt b/py/CMakeLists.txt
index 77664808a41c8b35984ba7846f55a25e58246350..c6341d81444a8f7be11205a24c9377f59becbddf 100644 (file)
--- a/py/CMakeLists.txt
+++ b/py/CMakeLists.txt
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 15ba0451243cab237e953548a59fdfdb5a32315a..695cd1baef5d1add4b3eb9740ef2a46e5e3569cd 100755 (executable)
--- a/py/alpha-test.py
+++ b/py/alpha-test.py
-#!/usr/bin/python3.4
+#!/usr/bin/python3
import pykms
from helpers import *
diff --git a/py/db.py b/py/db.py
index fbc19986818f16cfcf33264482f9da2c742386ef..ce1a54e1529b415417e43fc320a70c4e1067be8c 100755 (executable)
--- a/py/db.py
+++ b/py/db.py
-#!/usr/bin/python3.4
+#!/usr/bin/python3
import sys
import pykms
diff --git a/py/functest.py b/py/functest.py
index 24a9a859d71c5abb01ac0c7152d2e43ad0acf28a..624f3202c2753fbefb08661f8eaea60f986e3584 100755 (executable)
--- a/py/functest.py
+++ b/py/functest.py
-#!/usr/bin/python3.4
+#!/usr/bin/python3
import pykms
diff --git a/py/test.py b/py/test.py
index ac3cd7bedf9f212e82e8e17d7120cf2d4bbf8357..70d4887d364bcd619ab6b10fba3f1da05dd95de7 100755 (executable)
--- a/py/test.py
+++ b/py/test.py
-#!/usr/bin/python3.4
+#!/usr/bin/python3
import pykms
diff --git a/py/trans-test.py b/py/trans-test.py
index 3d1d5ff2f407cebcaf01467bcaf685b9600710fc..d2e6050af7da0fe1a2ff1768f9ff9fe02e26b124 100755 (executable)
--- a/py/trans-test.py
+++ b/py/trans-test.py
-#!/usr/bin/python3.4
+#!/usr/bin/python3
import pykms
from helpers import *