Skip to content

Commit

Permalink
[FIX] odoo.py debian packages
Browse files Browse the repository at this point in the history
  • Loading branch information
antonylesuisse committed Jun 25, 2014
1 parent 1eaa69d commit f854e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit f854e3c

Please sign in to comment.