diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 11:55:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 11:55:06 +0000 |
commit | ec66242887dcea11d34e57f5bd7b12513c16e33f (patch) | |
tree | 653cbfe6d46ef0675580ec4598ca2760c9d931df /0-bno055-fix-version-name.patch | |
parent | 709831155f9655409989d041ec9a6b885105edc5 (diff) |
automatic import of ros-humble-bno055openeuler24.03_LTS
Diffstat (limited to '0-bno055-fix-version-name.patch')
-rw-r--r-- | 0-bno055-fix-version-name.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/0-bno055-fix-version-name.patch b/0-bno055-fix-version-name.patch new file mode 100644 index 0000000..e01406b --- /dev/null +++ b/0-bno055-fix-version-name.patch @@ -0,0 +1,12 @@ +diff -Naur ros-humble-bno055-0.4.1/setup.py ros-humble-bno055-0.4.1_new/setup.py +--- ros-humble-bno055-0.4.1/setup.py 2023-01-16 09:03:14.000000000 +0800 ++++ ros-humble-bno055-0.4.1_new/setup.py 2023-11-09 14:08:45.000000000 +0800 +@@ -7,7 +7,7 @@ + + setup( + name=package_name, +- version='0.4.1.', ++ version='0.4.1', + # find sub-packages automatically in order to allow sub-modules, etc. to be imported: + # packages=[package_name], + packages=find_packages(exclude=['test']), |