nchammas commented on a change in pull request #27376: [SPARK-30665][PYSPARK] Eliminate pypandoc dependency URL: https://github.com/apache/spark/pull/27376#discussion_r372751937
########## File path: dev/requirements.txt ########## @@ -2,5 +2,4 @@ flake8==3.5.0 jira==1.0.3 PyGithub==1.26.0 Unidecode==0.04.19 -pypandoc==1.3.3 Review comment: Well, I did retitle the Jira ticket and PR to say "eliminate pypandoc", so that's what I'm doing. 😄 My original purpose was just to update `setup.py`, but you nudged me to update a few more places unrelated to that, which expanded the scope a bit. So I did that, but I've expanded the scope one bit further to eliminate pypandoc entirely. And this line is not specific to SparkR -- it's a generic list of dev requirements -- so I think it's on topic for the PR and Jira as they stand now. Is there any further investigation you'd like me to do before you'd be comfortable accepting this change? I've already confirmed that I can build and view the R API docs. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
