diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-26 18:51:19 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-26 19:47:58 +0200 |
commit | d6529c8d14d870c966dc74c3008cdce15dabb7c5 (patch) | |
tree | 0b9de4660ef32fa295c8ab166a4613bb0c36f6b8 /testing/mono/APKBUILD | |
parent | af0c01ac63cfe01e0feb2f423efb822c93ba7e03 (diff) | |
download | aports-d6529c8d14d870c966dc74c3008cdce15dabb7c5.tar.bz2 aports-d6529c8d14d870c966dc74c3008cdce15dabb7c5.tar.xz |
[various] rename dependency python to python2
Diffstat (limited to 'testing/mono/APKBUILD')
-rw-r--r-- | testing/mono/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 8609104629..30cb5e3959 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -7,9 +7,9 @@ pkgdesc="Free implementation of the .NET platform including runtime and compiler url="http://www.mono-project.com/" arch="x86_64 x86" license="GPL" -depends="python" +depends="python2" depends_dev="zlib-dev libgdiplus-dev" -makedepends="$depends_dev python linux-headers paxmark autoconf automake libtool" +makedepends="$depends_dev python2 linux-headers paxmark autoconf automake libtool" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://download.mono-project.com/sources/mono/mono-${pkgver/_/~}.tar.bz2 |