diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 13:55:13 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 13:55:13 +0100 |
commit | dcb4f381af082e3806ad04697fe474812b7ffe6e (patch) | |
tree | 72bf99dcf6baf86ce17cbde8681b64d55b32dfce | |
parent | de8f1b4401cd9dda4be35416469dc28696ee7663 (diff) | |
download | aports-dcb4f381af082e3806ad04697fe474812b7ffe6e.tar.bz2 aports-dcb4f381af082e3806ad04697fe474812b7ffe6e.tar.xz |
testing/nototools: use py3-setuptools
-rw-r--r-- | testing/nototools/APKBUILD | 2 |
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" |