aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-rencode
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-26 18:18:29 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-26 19:47:14 +0200
commitaf0c01ac63cfe01e0feb2f423efb822c93ba7e03 (patch)
tree00c5cd502d38210c7f3ef1c42d6b6d505236059c /community/py-rencode
parent2480e9ea6684ef447270fbbf164c84164b802712 (diff)
downloadaports-af0c01ac63cfe01e0feb2f423efb822c93ba7e03.tar.bz2
aports-af0c01ac63cfe01e0feb2f423efb822c93ba7e03.tar.xz
[various] rename dependency python-dev to python2-dev
Diffstat (limited to 'community/py-rencode')
-rw-r--r--community/py-rencode/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-rencode/APKBUILD b/community/py-rencode/APKBUILD
index 5a06a92e17..a643458e83 100644
--- a/community/py-rencode/APKBUILD
+++ b/community/py-rencode/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="GPL3"
depends="python cython"
depends_dev=""
-makedepends="$depends_dev py-setuptools cython-dev python-dev"
+makedepends="$depends_dev py-setuptools cython-dev python2-dev"
install=""
subpackages=""
source="$pkgname-$pkgver.tar.gz::https://github.com/aresch/rencode/archive/v$pkgver.tar.gz"