Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | From 40dae7ea6450cb30f066da8443eabf063b5b0ad7 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Mon, 8 May 2017 02:05:40 -0400 |
| 4 | Subject: [PATCH 2/3] remove python2 support |
| 5 | |
| 6 | Only python3 is required. |
| 7 | |
| 8 | Upstream-Status: Inappropriate [wr-installer specific] |
| 9 | |
| 10 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| 11 | --- |
| 12 | src/python/gi/overrides/Makefile.am | 5 ----- |
| 13 | 1 file changed, 5 deletions(-) |
| 14 | |
| 15 | diff --git a/src/python/gi/overrides/Makefile.am b/src/python/gi/overrides/Makefile.am |
| 16 | index a2927ac..6385502 100644 |
| 17 | --- a/src/python/gi/overrides/Makefile.am |
| 18 | +++ b/src/python/gi/overrides/Makefile.am |
| 19 | @@ -1,8 +1,3 @@ |
| 20 | -pylibdir = $(shell python -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib(1,0,prefix='${exec_prefix}'))") |
| 21 | - |
| 22 | -overridesdir = $(pylibdir)/gi/overrides |
| 23 | -dist_overrides_DATA = BlockDev.py |
| 24 | - |
| 25 | if WITH_PYTHON3 |
| 26 | py3libdir = $(shell python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib(1,0,prefix='${exec_prefix}'))") |
| 27 | py3overridesdir = $(py3libdir)/gi/overrides |
| 28 | -- |
| 29 | 1.8.3.1 |
| 30 | |