diff options
author | davidovski <david@davidovski.xyz> | 2022-05-22 17:47:09 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-22 17:47:09 +0100 |
commit | 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (patch) | |
tree | f67d3b58f0c4387e7248967c491442afcee0cd06 /repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild | |
parent | 2f6c333a5bcef47d9fee59f180fa827cb24290d4 (diff) |
fixes to allow for full build
Diffstat (limited to 'repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild')
-rw-r--r-- | repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild b/repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild index b16dd94..f1d8008 100644 --- a/repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild +++ b/repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="python" -DEPS="python-flake8 python-mypy python-docutils-python-stubs python-pytest" +DEPS="" PKG_VER=1.0.3 SOURCE=https://files.pythonhosted.org/packages/b1/8e/c4846e59f38a5f2b4a0e3b27af38f2fcf904d4bfd82095bf92de0b114ebd/sphinxcontrib-qthelp-$PKG_VER.tar.gz |