TwistedConch: depends on pyasn1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-04-29 14:54:25 +02:00
parent 46c835c8a4
commit ed58dd745b

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://twistedmatrix.com/" PKG_SITE="http://twistedmatrix.com/"
PKG_URL="http://twistedmatrix.com/Releases/Conch/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://twistedmatrix.com/Releases/Conch/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="Python distribute TwistedCore" PKG_DEPENDS="Python distribute TwistedCore pyasn1"
PKG_BUILD_DEPENDS="toolchain Python distribute distutilscross TwistedCore" PKG_BUILD_DEPENDS="toolchain Python distribute distutilscross TwistedCore"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="python/web" PKG_SECTION="python/web"