summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 538396aa3bbf..4735d242007c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,7 @@ _pydeps=(aiohttp
"${_dhdeps[@]/#/dephell-}"
html5lib
jinja
+ m2r
packaging
pip
pygments
@@ -38,7 +39,7 @@ _pydeps=(aiohttp
tabulate
tomlkit
yaspin)
-depends=("${_pydeps[@]/#/python-}" m2r)
+depends=("${_pydeps[@]/#/python-}")
checkdepends=(git python-pytest python-aioresponses python-requests-mock
python-moreorless)
optdepends=('python-aiofiles: speed up file writes for files downloaded from warehouse'