[mythtv-users] Compiling master (ex render branch) on Ubuntu 19.10

Bill Meek keemllib at gmail.com
Thu Dec 5 16:17:07 UTC 2019


On 12/4/19 7:43 PM, David Hampton wrote:
> On Wed, 2019-12-04 at 22:30 +0000, Stuart Auchterlonie wrote:
>> On 03/12/2019 17:06, Mike Bibbings wrote:
>>> I also note that atleast one buildbot is still building without
>>> python
>>> bindings e.g.
>>> https://code.mythtv.org/buildbot/#/builders/22/builds/296/steps/9/logs/stdio
>>>
>>
>> I've been through my buildbots, updated them, updated the playbooks
>> and
>> used them to install any missing bits.
>>
>> Now apart from freebsd (which i haven't had the time to work out what
>> might need installing), they should all build with the python
>> bindings enabled.
> 
> I see py36-lxml, py36-requests, and py36-simplejson.
> 
> I don't see a py36-MySQLdb.
> 
> David

David,

I'll push this if I'm understanding the above. Note that
urlgrabber is going away, so I didn't add the 36 version.

Not sure about python3 itself, below is from pkgs.org.

- name: add python essentials
   set_fact:
     pkgng_pkg_lst:
       - '{{ pkgng_pkg_lst }}'
       - python
       - python3 <-------- "The "meta-port" for version 3 of the Python interpreter"
       - py27-lxml
       - py36-lxml
       - py27-MySQLdb
       - py36-MySQLdb
       - py27-oauth
       - py36-oauth
       - py27-urlgrabber

Thanks.

-- 
Bill


More information about the mythtv-users mailing list