aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-bleach
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-04-25 15:02:19 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-04-25 15:02:39 -0300
commitfb55e708f770fcd85478ad70d864b1f302e24c50 (patch)
tree92fa5363b7fb6021d8a7c7a8f95b7d4815a8a709 /community/py3-bleach
parent75a54675dc421cadfb9c2fbb567dc2b335e0a50e (diff)
community/py3-bleach: add missing dependency on py3-packaging
Diffstat (limited to 'community/py3-bleach')
-rw-r--r--community/py3-bleach/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-bleach/APKBUILD b/community/py3-bleach/APKBUILD
index 9cad1e09a4b..8ed302a8a96 100644
--- a/community/py3-bleach/APKBUILD
+++ b/community/py3-bleach/APKBUILD
@@ -8,7 +8,7 @@ options="!check" # 3 tests fail
url="https://github.com/mozilla/bleach"
arch="noarch"
license="Apache-2.0"
-depends="python3 py3-six py3-webencodings py3-html5lib"
+depends="python3 py3-six py3-webencodings py3-html5lib py3-packaging"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="$pkgname-$pkgver.tar.gz::https://github.com/mozilla/bleach/archive/v$pkgver.tar.gz