Home
last modified time | relevance | path

Searched refs:PY3 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-psutil/
H A D0001-fix-failure-test-cases.patch108 if PY3:
114 @@ -36,6 +36,7 @@ from psutil._compat import PY3
172 from psutil._compat import PY3
190 @unittest.skipIf(PYPY and not PY3, "too much trouble on PYPY2")
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0002-run_program-support-timeout.patch61 - if not binary_output and six.PY3:
88 + if not binary_output and six.PY3:
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A DrstFlatTable.py58 PY3 = sys.version_info[0] == 3 variable
61 if PY3:
H A Dkfigure.py65 PY3 = sys.version_info[0] == 3 variable
67 if PY3:
/OK3568_Linux_fs/buildroot/utils/
H A Dcheck-package135 if six.PY3: