python3Packages.inkex: relax lxml constraint
Martin Weinelt 4 months ago 9857d769 43871700
··· 27 27 28 28 build-system = [ poetry-core ]; 29 29 30 30 - pythonRelaxDeps = [ "numpy" ]; 30 30 + pythonRelaxDeps = [ 31 31 + "lxml" 32 32 + "numpy" 33 33 + ]; 31 34 32 35 dependencies = [ 33 36 cssselect