diff options
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']), |