Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wheels with pandoc included #188

Closed
wants to merge 4 commits into from

Conversation

jankatins
Copy link
Contributor

@jankatins jankatins commented Apr 13, 2020

should make both #173 (we suggest that package now) and #159 (the pip dependency is removed) happy. Also makes me happy as the gross hack to implement that feature is now gone.

Closes: #173
Closes: #159

We didn't build such wheels for ages and it seems others do it better than us. This lets us get rid of the explicit dependency on pip which is a problem on debian based systems (where pip is disabled).
Still callable as pypandc.ensure_pandoc_installed(), code is replaced with an import from the new place.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

proposal: replace Pandoc downloading with py-pandoc dep Dependency on pip breaks Debian
2 participants