summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-03-16 21:56:04 +0100
committerAndras Timar <andras.timar@collabora.com>2021-03-18 13:58:04 +0100
commit7ddbb6bcc69d142f83dad581d077e7219f7a1460 (patch)
tree3493506d0b261606bbfe48dbe1707f5c201b78ae /scp2
parentb322efcc63ec078509ac3877c5ab6009a69d0005 (diff)
we have to keep the original python version number 3.7.7
because MSP creation does not tolerate adding/removing files, or renaming directories Change-Id: Ib997d438add82652d570753a749170f207dc3a80
Diffstat (limited to 'scp2')
-rw-r--r--scp2/InstallModule_python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/InstallModule_python.mk b/scp2/InstallModule_python.mk
index e38d58a9b821..8b5a615eab6f 100644
--- a/scp2/InstallModule_python.mk
+++ b/scp2/InstallModule_python.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/python,\
))
$(eval $(call gb_InstallModule_add_defs,scp2/python,\
- -DPYVERSION=$(PYTHON_VERSION) \
+ -DPYVERSION=3.7.7 \
))
endif