diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-27 11:32:51 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-27 11:32:57 +0000 |
commit | 0d40326b80ef9111e6edaf82ef9b1dab9fbaa291 (patch) | |
tree | 564d3b5a7f432fc6b0e812dbc71b4d799a337c2c /testing | |
parent | c9aae3180a276eb466bdc57f9863de93b0ed3f4f (diff) | |
download | aports-0d40326b80ef9111e6edaf82ef9b1dab9fbaa291.tar.bz2 aports-0d40326b80ef9111e6edaf82ef9b1dab9fbaa291.tar.xz |
testing/sopel: add py3-dnspython as dependency
Diffstat (limited to 'testing')
-rw-r--r-- | testing/sopel/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sopel/APKBUILD b/testing/sopel/APKBUILD index 5033b5ff38..a47fce1f61 100644 --- a/testing/sopel/APKBUILD +++ b/testing/sopel/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=sopel pkgver=6.6.3 -pkgrel=0 +pkgrel=1 pkgdesc="An easy-to-use and highly extensible IRC Bot framework" url="https://sopel.chat/" arch="noarch" license="EFL-2.0" -depends="python3 ipython py3-requests py3-geoip2 py3-setuptools py3-enchant +depends="python3 ipython py3-requests py3-geoip2 py3-setuptools py3-enchant py3-dnspython py3-xmltodict py3-praw py3-tz" checkdepends="py3-pytest" install="$pkgname.pre-install" |