Commit ddb045c
committed
setup: Use older version of pypandoc for setuptools-markdown
`setuptools-markdown` relies on a deprecated function
`pypandoc.convert`. This patch explicitly requests an older version of
`pypandoc` until a patch has been released for `setuptools-markdown`:
- msabramo/setuptools-markdown#21
In addition, the environment variable `NO_PANDOC` has been introduced
to allow to build and install `docker-inside` without adding
`setuptools-markdown` and `pypandoc` as a build time dependency
(`setup_requires`).1 parent 2cf2595 commit ddb045c
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
28 | 39 | | |
29 | | - | |
30 | 40 | | |
31 | 41 | | |
32 | 42 | | |
| |||
56 | 66 | | |
57 | 67 | | |
58 | 68 | | |
59 | | - | |
| 69 | + | |
60 | 70 | | |
0 commit comments