summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjopejoe12022-09-01 03:36:44 +0200
committerjopejoe12022-09-01 03:36:44 +0200
commitbaaa5e9ff2e900f6d716adb761b3b698336c7f20 (patch)
tree943676f641413b4d4412b34a1997e8060e7957db /PKGBUILD
parent0cac0b5ba9afc112b9c9231e43d6941a40338868 (diff)
downloadaur-python-dephell.tar.gz
fix dependency
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'