diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-12-18 20:35:32 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-12-18 20:35:46 +0100 |
commit | 9ab9b4088f56c1c531c8a0efbea2af37c9c036a2 (patch) | |
tree | e4465271b7ad2daddbddb6723fb5f2e21aaccf00 | |
parent | e94c8f676dbca570fcede76d67e4f866a15e6c0c (diff) | |
download | aports-9ab9b4088f56c1c531c8a0efbea2af37c9c036a2.tar.bz2 aports-9ab9b4088f56c1c531c8a0efbea2af37c9c036a2.tar.xz |
testing/nototools: fix makedepends
-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 26fb6b1427..ccd2d6ead7 100644 --- a/testing/nototools/APKBUILD +++ b/testing/nototools/APKBUILD @@ -9,7 +9,7 @@ url="https://www.google.com/get/noto/" arch="noarch" license="ASL 2.0" depends="python2" -makedepends="python2-dev py2-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="$pkgname-$pkgver.tar.gz::https://github.com/googlei18n/$pkgname/archive/$_commit.tar.gz |