aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 18:37:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 18:37:46 -0300
commitd2cbe9bdc095fa8a8ff5cbed7e96f2b9c6591e84 (patch)
tree7136adb459560d8fcea8446f9acf0a200dfba6a6
parent30ea13f07ce765adbbe098b08c975d05b948d99b (diff)
community/txt2tags: drop dep on py3-setuptools
-rw-r--r--community/txt2tags/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/txt2tags/APKBUILD b/community/txt2tags/APKBUILD
index 326d7cf5f98..b792778cb8a 100644
--- a/community/txt2tags/APKBUILD
+++ b/community/txt2tags/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=txt2tags
pkgver=3.7
-pkgrel=0
+pkgrel=1
pkgdesc="Text formatting and conversion tool"
url="https://www.txt2tags.org"
arch="noarch"
license="GPL-2.0-or-later"
-depends="python3 py3-setuptools"
+depends="python3"
+makedepends="py3-setuptools"
checkdepends="py3-tox bash"
source="txt2tags-$pkgver.tar.gz::https://github.com/txt2tags/txt2tags/archive/3.7.tar.gz"