pybind11: makedepends on python-sphinxcontrib-moderncmakedomain

This commit is contained in:
Jeremy Drake
2021-05-04 10:22:36 -07:00
parent a9499a32a9
commit adbc73d2c5

View File

@@ -4,7 +4,7 @@ _realname=pybind11
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.6.0
pkgrel=1
pkgrel=2
pkgdesc="A lightweight header-only library that exposes C++ types in Python and vice versa (mingw-w64)"
url='https://pybind11.readthedocs.org/'
license=('BSD')
@@ -20,6 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-sphinx"
"${MINGW_PACKAGE_PREFIX}-python-sphinx_rtd_theme"
"${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-moderncmakedomain"
"${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-svg2pdfconverter"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")