diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 11:04:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 11:04:10 +0000 |
commit | 62ccca07f0c98793915dcc73ec49e2c6bcb17050 (patch) | |
tree | a0e8aefe98e33eb7e9f1032e7629ee0d83ac0d9b | |
parent | f3ec722201d27481a025f2969fb1e78ff4032652 (diff) | |
download | aports-62ccca07f0c98793915dcc73ec49e2c6bcb17050.tar.bz2 aports-62ccca07f0c98793915dcc73ec49e2c6bcb17050.tar.xz |
main/xbc-proto: depend on python2
-rw-r--r-- | main/xcb-proto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xcb-proto/APKBUILD b/main/xcb-proto/APKBUILD index 77acb4c8a3..9214a736e1 100644 --- a/main/xcb-proto/APKBUILD +++ b/main/xcb-proto/APKBUILD @@ -7,7 +7,7 @@ url="http://xcb.freedesktop.org/" arch="noarch" license="custom" depends= -makedepends="python" +makedepends="python2" source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2" build() { |