Skip to content

Commit

Permalink
{humble} topic-tools: Fix executable used by setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Woolley <[email protected]>
  • Loading branch information
robwoolley committed Oct 30, 2023
1 parent dc223f7 commit c2ec1ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/topic_tools/setup.cfg b/topic_tools/setup.cfg
index 7c0fef2..90b577f 100644
--- a/topic_tools/setup.cfg
+++ b/topic_tools/setup.cfg
@@ -1,5 +1,7 @@
[develop]
script-dir=$base/lib/topic_tools
+[build]
+executable=/usr/bin/env python
[install]
install-scripts=$base/lib/topic_tools
[options.entry_points]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2022 Wind River Systems, Inc.

FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
SRC_URI += "file://0001-setuptools-fix-executable.patch"

0 comments on commit c2ec1ce

Please sign in to comment.