summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-04-06 10:14:06 +0000
committerCoprDistGit <infra@openeuler.org>2026-04-06 10:14:06 +0000
commit5c94bf3066f05f48b34bd7e20e09a2efa009cceb (patch)
treeb060c99cee75cd4e0efc93cb68aad0c81e273e01
parent0f46c16e2f422246e0a8a09662f84903a146c512 (diff)
automatic import of tf2-ros-pyopeneuler24.03_LTS
-rw-r--r--tf2-ros-py.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/tf2-ros-py.spec b/tf2-ros-py.spec
index 24ac2e3..67295a6 100644
--- a/tf2-ros-py.spec
+++ b/tf2-ros-py.spec
@@ -50,7 +50,6 @@ This package contains the ROS Python bindings for the tf2 library
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
-cd %{RosPkgName}-%{version}
%py3_build
%install
@@ -58,7 +57,6 @@ cd %{RosPkgName}-%{version}
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
-cd %{RosPkgName}-%{version}
%py3_install -- --prefix "/opt/ros/%{ros_distro}"
%if 0%{?with_tests}