﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4924	update omc dependencies: python-beautifulsoup	matthis.thorade@…	somebody	"I just installed OpenModelica on a fresh Xubuntu 18.04 LTS virtual box, instructions worked as expected.

But I noted that after installing everything, I also had python 2.7 installed, even though I am 99% sure it was NOT installed before (only python3 was installed). I believe that is due to omc depending on the package `python-beautifulsoup` (status is recommends, not depends, but recommended packages also get installed by default it seems). 

So, could you please check whether this is true and if so please update (for 18.04 users) that dependency, e.g. from `python-beautifulsoup` to `python3-bs4`!? 
That would also be an update from beautifulsoup version 3 to version 4, not sure what changed.
There are bs4 packages available for both py2 and py3.

Or, move beautifulsoup and python into a package on its own, omdocs or something, as I understand it is only used for generating the docs (but my understanding is very limited, sorry).

Note to myself, some terminal commands:

{{{
apt-cache depends openmodelica
apt-cache depends omc
apt-cache depends python-beautifulsoup
apt-cache search beautifulsoup
apt-cache depends python3-bs4
}}}
"	enhancement	closed	high	Future	*unknown*		fixed	python	
