Skip to content

Commit bb5b13f

Browse files
committed
fixup! Allow using catkin_virtualenv
1 parent 2277ecf commit bb5b13f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,6 @@ function build_pkg {
208208
# Configure ament python packages to install into lib/python3/dist-packages (instead of lib/python3.x/site-packages)
209209
sed -i 's@lib/{interpreter}/site-packages@lib/python3/dist-packages@' debian/rules
210210

211-
if [[ "$pkg_name" =~ "sound_classification"|"ros_speech_recognition"|"respeaker_ros"|"lpg_planner" ]]; then
212-
# skip dh_shlibdeps, because some pip modules contain x86/x86_64/win32/mac binaries
213-
sed -i '/dh_shlibdeps / s@$@ || echo "Skip dh_shlibdeps error!!!"@' debian/rules
214-
# ignore dh_strip error 'numpy/core/_multiarray_umath.cpython-310-x86_64-linux-gnu.so has a corrupt string table index'
215-
echo -e 'override_dh_strip:\n dh_strip || true\n' >> debian/rules
216-
fi
217-
218211
# https://github.com/ros-infrastructure/bloom/pull/643
219212
echo 11 > debian/compat
220213

0 commit comments

Comments
 (0)