diff options
author | Olivier Mauras <olivier@mauras.ch> | 2016-06-03 13:03:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-03 12:03:15 +0000 |
commit | 6edae4e6b231d8999a7130172a5b839f1be10479 (patch) | |
tree | aa3435c616b1922f123427c6374ae42e00244343 /testing/py3-msgpack | |
parent | fe345da6b249fa27a728bc07af588cd4d4d1d5ae (diff) | |
download | aports-6edae4e6b231d8999a7130172a5b839f1be10479.tar.bz2 aports-6edae4e6b231d8999a7130172a5b839f1be10479.tar.xz |
testing/py3-msgpack: Fixing incorrect depends
Diffstat (limited to 'testing/py3-msgpack')
-rw-r--r-- | testing/py3-msgpack/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-msgpack/APKBUILD b/testing/py3-msgpack/APKBUILD index 8bcdc71145..41b01cea6a 100644 --- a/testing/py3-msgpack/APKBUILD +++ b/testing/py3-msgpack/APKBUILD @@ -3,12 +3,12 @@ pkgname=py3-msgpack _pkgname=msgpack-python pkgver=0.4.7 -pkgrel=0 +pkgrel=1 pkgdesc="A Python module for MessagePack serialization/deserialization" url="http://pypi.python.org/pypi/msgpack-python/" arch="all" license="ASL 2.0" -depends="python" +depends="python3" depends_dev="" makedepends="python3-dev" subpackages="" |