Commit 9af202bc by Peter Weidenbach

dependency link fixed

parent f38f9a7e
...@@ -8,10 +8,10 @@ setup( ...@@ -8,10 +8,10 @@ setup(
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
'pexpect', 'pexpect',
'common_helper_files' 'common_helper_files >= 0.2'
], ],
dependency_links=[ dependency_links=[
'git+https://github.com/fkie-cad/common_helper_files.git#common_helper_files' 'https://github.com/fkie-cad/common_helper_files/tarball/master#egg=common_helper_files-0.2'
], ],
description="Helper functions for handling processes.", description="Helper functions for handling processes.",
author="Fraunhofer FKIE", author="Fraunhofer FKIE",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment