aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nototools
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-20 13:55:13 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-20 13:55:13 +0100
commitdcb4f381af082e3806ad04697fe474812b7ffe6e (patch)
tree72bf99dcf6baf86ce17cbde8681b64d55b32dfce /testing/nototools
parentde8f1b4401cd9dda4be35416469dc28696ee7663 (diff)
downloadaports-dcb4f381af082e3806ad04697fe474812b7ffe6e.tar.bz2
aports-dcb4f381af082e3806ad04697fe474812b7ffe6e.tar.xz
testing/nototools: use py3-setuptools
Diffstat (limited to 'testing/nototools')
-rw-r--r--testing/nototools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nototools/APKBUILD b/testing/nototools/APKBUILD
index 0005c7eb29..2a4ef1683f 100644
--- a/testing/nototools/APKBUILD
+++ b/testing/nototools/APKBUILD
@@ -9,7 +9,7 @@ url="https://www.google.com/get/noto/"
arch="noarch"
license="Apache-2.0"
depends="python3"
-makedepends="python3-dev py-setuptools"
+makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/googlei18n/nototools/archive/$_commit.tar.gz
data_path.patch"
builddir="$srcdir/$pkgname-$_commit"