Skip to content

Commit

Permalink
Small fixes for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-krichenbauer committed Oct 21, 2019
1 parent aa4d49d commit 10412db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ament_virtualenv/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<exec_depend>python-virtualenv</exec_depend>
<exec_depend>python3-dev</exec_depend>
<exec_depend>python3-venv</exec_depend>
<exec_depend>rosbash</exec_depend>
<!-- <exec_depend>rosbash</exec_depend> -->
<exec_depend>virtualenv</exec_depend>

<test_depend>ament_copyright</test_depend>
Expand Down
3 changes: 0 additions & 3 deletions test_ament_virtualenv/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ def run(self):
#
#

# find in
# /home/osboxes/ros/install/ament_virtualenv/lib/python3.6/site-packages/ament_virtualenv/
def find_program(name='build_venv.py', package='ament_virtualenv'):
'''
'''
Expand Down Expand Up @@ -98,7 +96,6 @@ def run(self):
test.run()
# Now perform the normal setup operation
super().run()

# ^ def run()
# ^ class BuildPyCommand()

Expand Down

0 comments on commit 10412db

Please sign in to comment.