mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
f3aaf77839
commit
a5a2a7e66c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user