diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-02-08 20:10:12 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-02-08 20:10:12 -0300 |
commit | d36e638c492702e5d608b72880f44d8039c03575 (patch) | |
tree | 0264c421c23322730ee63155423f58fa1cd8c3e9 | |
parent | b15143f55d0c19dd04c87983aba4611c76795e20 (diff) | |
download | aports-d36e638c492702e5d608b72880f44d8039c03575.tar.gz aports-d36e638c492702e5d608b72880f44d8039c03575.tar.bz2 aports-d36e638c492702e5d608b72880f44d8039c03575.tar.xz |
testing/sopel: drop dep on py3-setuptools
-rw-r--r-- | testing/sopel/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/sopel/APKBUILD b/testing/sopel/APKBUILD index 9b2df0a7e1..4bad9a613f 100644 --- a/testing/sopel/APKBUILD +++ b/testing/sopel/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=sopel pkgver=7.0.7 -pkgrel=0 -pkgdesc="An easy-to-use and highly extensible IRC Bot framework" +pkgrel=1 +pkgdesc="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 py3-dnspython +depends="python3 ipython py3-requests py3-geoip2 py3-enchant py3-dnspython py3-xmltodict py3-praw py3-tz" -makedepends="py3-pbr" +makedepends="py3-pbr py3-setuptools" checkdepends="py3-pytest" install="$pkgname.pre-install" pkgusers="sopel" |