K 10 svn:author V 5 koobs K 8 svn:date V 27 2019-04-22T10:30:03.842462Z K 7 svn:log V 681 audio/lv2: Fix Python (3.x) build, Add missing dependencies While lv2 itself works fine with any Python version we support, the build fails using a Python > 3.6, since the build bundles an old version of waf. waf upstream fixed the bug in a later version. [1] Restrict Python to up to 3.6 for now. [2] While here: - Add missing dependencies identified in QA. [3] - Pet portlint (USES order) [1] https://gitlab.com/ita1024/waf/commit/facdc0b173d933073832c768ec1917c553cb369c PR: 235103 Reported by: cs [3] Submitted by: Charlie Li [2][3] Approved by: Michael Beer MFH: 2019Q2 (blanket: build fix, missing dependencies) END