Account for distribute to setuptools rename in dependencies

Commit 96ec8ab2610bedc23c224c5800c6569146f91305 renamed distribute to
setuptools, so the dependency needs to be renamed too.
This commit is contained in:
Adam Reeve 2013-07-21 22:03:46 +12:00
parent f3aaf77839
commit a5a2a7e66c

View File

@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://bitbucket.org/lambacck/distutilscross/" PKG_SITE="http://bitbucket.org/lambacck/distutilscross/"
PKG_URL="http://pypi.python.org/packages/source/d/distutilscross/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://pypi.python.org/packages/source/d/distutilscross/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain Python distribute" PKG_BUILD_DEPENDS="toolchain Python setuptools"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="python/devel" PKG_SECTION="python/devel"
PKG_SHORTDESC="distutilscross: Cross Compile Python Extensions" PKG_SHORTDESC="distutilscross: Cross Compile Python Extensions"