Skip to content

Commit 10412db

Browse files
Small fixes for release.
1 parent aa4d49d commit 10412db

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ament_virtualenv/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4343
<exec_depend>python-virtualenv</exec_depend>
4444
<exec_depend>python3-dev</exec_depend>
4545
<exec_depend>python3-venv</exec_depend>
46-
<exec_depend>rosbash</exec_depend>
46+
<!-- <exec_depend>rosbash</exec_depend> -->
4747
<exec_depend>virtualenv</exec_depend>
4848

4949
<test_depend>ament_copyright</test_depend>

test_ament_virtualenv/setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ def run(self):
1919
#
2020
#
2121

22-
# find in
23-
# /home/osboxes/ros/install/ament_virtualenv/lib/python3.6/site-packages/ament_virtualenv/
2422
def find_program(name='build_venv.py', package='ament_virtualenv'):
2523
'''
2624
'''
@@ -98,7 +96,6 @@ def run(self):
9896
test.run()
9997
# Now perform the normal setup operation
10098
super().run()
101-
10299
# ^ def run()
103100
# ^ class BuildPyCommand()
104101

0 commit comments

Comments
 (0)