diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-07 12:12:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-07 12:13:25 +0000 |
commit | 150789c9306d18f6985f03f3a67826ebe662ce20 (patch) | |
tree | ee8cc7d1bf5831ae707b16f37b1d03d8bb2e8ef7 /testing/py-newt_syrup/APKBUILD | |
parent | e20f7c5266a4ae761d8c554d86ffc3dc9c44b042 (diff) | |
download | aports-150789c9306d18f6985f03f3a67826ebe662ce20.tar.bz2 aports-150789c9306d18f6985f03f3a67826ebe662ce20.tar.xz |
testing/py-newt_syrup: depend on py-newt
Diffstat (limited to 'testing/py-newt_syrup/APKBUILD')
-rw-r--r-- | testing/py-newt_syrup/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-newt_syrup/APKBUILD b/testing/py-newt_syrup/APKBUILD index d20cdd0e2..fe2accbdf 100644 --- a/testing/py-newt_syrup/APKBUILD +++ b/testing/py-newt_syrup/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-newt_syrup _realname=newt-syrup pkgver=0.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Newt Syrup is an app framework built on top of Newt" url="http://newt-syrup.fedorahosted.org/" arch="noarch" license="LGPLv2+" -depends="" +depends="py-newt" depends_dev="" makedepends="python-dev py-setuptools" install="" |