Merge pull request #2484 from adamreeve/setuptools_fix

Account for distribute to setuptools rename in dependencies
This commit is contained in:
Stefan Saraev 2013-07-21 03:19:19 -07:00
commit af73714490

View File

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