aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-yaml/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-yaml/APKBUILD b/testing/py-yaml/APKBUILD
index 29e0f3e62c..d9cb46889e 100644
--- a/testing/py-yaml/APKBUILD
+++ b/testing/py-yaml/APKBUILD
@@ -3,14 +3,14 @@
pkgname=py-yaml
_pkgname=PyYAML
pkgver=3.10
-pkgrel=0
+pkgrel=1
pkgdesc="Python bindings for YAML"
url="http://pyyaml.org"
arch="all"
license="MIT"
depends=
depends_dev=
-makedepends="libyaml-dev python-dev"
+makedepends="yaml-dev python-dev"
install=""
subpackages=""
source="http://pyyaml.org/download/pyyaml/$_pkgname-$pkgver.tar.gz"