Skip to content

Commit

Permalink
Added missing dependency to package.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-krichenbauer committed Jan 10, 2020
1 parent 8bfdd08 commit 69c2d21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ament_virtualenv/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<test_depend>python3-pytest</test_depend>

<build_depend>python3-packaging</build_depend>
<build_depend>python-virtualenv</build_depend>
<buildtool_depend>python3-packaging</buildtool_depend>
<buildtool_depend>python-virtualenv</buildtool_depend>
<build_export_depend>python3-packaging</build_export_depend>
<build_export_depend>python-virtualenv</build_export_depend>
<exec_depend>python3-packaging</exec_depend>
<exec_depend>python-virtualenv</exec_depend>
<test_depend>python3-packaging</test_depend>
<test_depend>python-virtualenv</test_depend>

<export>
<build_type>ament_python</build_type>
Expand Down

0 comments on commit 69c2d21

Please sign in to comment.