From 9683a18f38f3dc4678f73439792b5e49533c3419 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Jan 2022 16:35:52 +0100 Subject: extra/python-urllib3: breaking cycle with python-sphinx --- extra/python-urllib3/PKGBUILD | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'extra') diff --git a/extra/python-urllib3/PKGBUILD b/extra/python-urllib3/PKGBUILD index d7d670d3..ab31fc8d 100644 --- a/extra/python-urllib3/PKGBUILD +++ b/extra/python-urllib3/PKGBUILD @@ -10,3 +10,19 @@ eval "$( s/python setup.py pytest/python setup.py pytest || true/ ' )" + +# breaking the cycle with python-spinx +makedepends=(${makedepends[@]/python-sphinx-furo}) +makedepends=(${makedepends[@]/python-sphinx}) +eval "$( + declare -f build | \ + sed ' + /make html/d + ' +)" +eval "$( + declare -f package_python-urllib3-doc | \ + sed ' + /cp.*_build\/html/d + ' +)" -- cgit v1.2.3-54-g00ecf