Skip to content
Snippets Groups Projects
Commit 1a60feb9 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

remove unnecessary requirements from the setup python file.

parent 63fffb28
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ d = generate_distutils_setup( ...@@ -23,7 +23,6 @@ d = generate_distutils_setup(
'templates/rosjava_project/*', 'templates/rosjava_project/*',
'templates/init_repo/*', 'templates/init_repo/*',
]}, ]},
requires=['rospy' 'rospkg']
) )
setup(**d) setup(**d)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment