Skip to content
Snippets Groups Projects
Commit f854e3ce authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[FIX] odoo.py debian packages

parent 1eaa69d3
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ def cmd_setup_git_review():
run('git','config','--add','remote.odoo.fetch','+refs/pull/*:refs/remotes/odoo/pull/*')
def setup_deps_debian(git_dir):
debian_control_path = os.path.join(git_dir, 'setup/debian/control')
debian_control_path = os.path.join(git_dir, 'debian/control')
debian_control = open(debian_control_path).read()
debs = re.findall('python-[0-9a-z]+',debian_control)
proc = subprocess.Popen(['sudo','apt-get','install'] + debs, stdin=open('/dev/tty'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment