PyYAML: typo

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-21 20:36:12 +02:00
parent 88a1a52d68
commit 649ba2bba5

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://pyyaml.org/"
PKG_URL="http://pyyaml.org/download/pyyaml/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="Python disribute yaml"
PKG_DEPENDS="Python distribute yaml"
PKG_BUILD_DEPENDS="toolchain Python distribute distutilscross yaml"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"