diff options
author | davidovski <david@davidovski.xyz> | 2022-03-06 00:42:57 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-06 00:42:57 +0000 |
commit | ce1ac2b89b42e4e05ba706b7bbdcc39cd2e64e8b (patch) | |
tree | 8eac0ab36ab35e361729635ac32eef346c93c51b /repo/python/python-sphinx.xibuild | |
parent | ad95cf3c8430f90225b628e072c35717ce86945c (diff) |
fixed sphinx deps
Diffstat (limited to 'repo/python/python-sphinx.xibuild')
-rw-r--r-- | repo/python/python-sphinx.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/python/python-sphinx.xibuild b/repo/python/python-sphinx.xibuild index 538550c..544c8c8 100644 --- a/repo/python/python-sphinx.xibuild +++ b/repo/python/python-sphinx.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="python" -DEPS="python-sphinxcontrib-python-applehelp python-sphinxcontrib-python-devhelp python-sphinxcontrib-python-jsmath python-sphinxcontrib-python-htmlhelp python-sphinxcontrib-python-serializinghtml python-sphinxcontrib-python-qthelp python-Jinja2 python-Pygments python-docutils python-snowballstemmer python-babel python-alabaster python-imagesize python-requests python-packaging python-importlib-python-metadata python-colorama python-sphinxcontrib-python-websupport python-flake8 python-isort python-mypy python-docutils-python-stubs python-types-python-typed-python-ast python-types-python-requests python-pytest python-pytest-python-cov python-html5lib python-cython python-typed-python-ast" +DEPS="python-sphinxcontrib-applehelp python-sphinxcontrib-devhelp python-python-jsmath python-sphinxcontrib-htmlhelp python-sphinxcontrib-serializinghtml python-sphinxcontrib-qthelp python-Jinja2 python-Pygments python-docutils python-snowballstemmer python-babel python-alabaster python-imagesize python-requests python-packaging python-importlib-metadata python-colorama python-python-websupport python-flake8 python-isort python-mypy python-docutils-stubs python-types-typed-python-ast python-types-requests python-pytest python-python-cov python-html5lib python-cython python-typed-ast" PKG_VER=4.4.0 SOURCE=https://files.pythonhosted.org/packages/c9/08/c2932e66460cfbc8973928d276dc82ccde2d24b365055eeda9f0afc1951e/Sphinx-$PKG_VER.tar.gz |