thorstenb / odpdown

Generate OpenDocument Presentation (odp) files from markdown
Other
107 stars 18 forks source link

Workaround lpod-python missing dependencies #24

Closed xrmx closed 9 years ago

xrmx commented 9 years ago

It is missing lxml, until they have fixed it make odpdown working out of the box.

Pull requested opened there: https://github.com/lpod/lpod-python/pull/17

thorstenb commented 9 years ago

Could you have a quick look into the failed travis build?

xrmx commented 9 years ago

From a quick look pip errors out because lxml is listed both in requirements and called explicitly in pip install. I checked .travis.yml to see if it was called here but it's not. So I'd say to just drop this and wait for the proper fix in lpod-python.

thorstenb commented 9 years ago

Fixed independently now via https://github.com/thorstenb/odpdown/pull/27