summarylogtreecommitdiffstats
path: root/python3.6.patch
diff options
context:
space:
mode:
authorTim Rakowski2017-12-21 23:29:55 +0100
committerTim Rakowski2017-12-21 23:29:55 +0100
commit235c012f654714b06719ee3ac47cd25b905b928e (patch)
treeffd2cbdc7fe397cf05a2a09165c31e5768fc74c2 /python3.6.patch
parent6b77b7e005d9eb9e2629f7eb68d531798559d34c (diff)
downloadaur-235c012f654714b06719ee3ac47cd25b905b928e.tar.gz
Update to version 0.4.0-1
Diffstat (limited to 'python3.6.patch')
-rw-r--r--python3.6.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/python3.6.patch b/python3.6.patch
new file mode 100644
index 000000000000..71d89a01d697
--- /dev/null
+++ b/python3.6.patch
@@ -0,0 +1,13 @@
+Only in patched: build
+diff -ura orig/ros_workspace-release-release-ardent-ros_workspace-0.4.0-0/CMakeLists.txt patched/ros_workspace-release-release-ardent-ros_workspace-0.4.0-0/CMakeLists.txt
+--- orig/ros_workspace-release-release-ardent-ros_workspace-0.4.0-0/CMakeLists.txt 2017-12-09 05:27:00.000000000 +0100
++++ patched/ros_workspace-release-release-ardent-ros_workspace-0.4.0-0/CMakeLists.txt 2017-12-20 22:15:29.467345783 +0100
+@@ -3,7 +3,7 @@
+
+ find_package(ament_cmake_core REQUIRED)
+
+-set(PYTHON_INSTALL_DIR "lib/python3.5/site-packages")
++set(PYTHON_INSTALL_DIR "lib/python3.6/site-packages")
+ set(ament_cmake_package_templates_ENVIRONMENT_HOOK_PYTHONPATH "${CMAKE_INSTALL_PREFIX}/${PYTHON_INSTALL_DIR}/ament_package/template/environment_hook/pythonpath.sh.in")
+ ament_environment_hooks("${ament_cmake_package_templates_ENVIRONMENT_HOOK_PYTHONPATH}")
+