From 0df8463ee009d0abc33e7513489a249dfe177f6e Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 26 Jan 2014 16:00:01 +0200 Subject: [PATCH] smplejson: fix depends --- packages/python/system/simplejson/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/system/simplejson/package.mk b/packages/python/system/simplejson/package.mk index 08035aa112..c0a136eef0 100644 --- a/packages/python/system/simplejson/package.mk +++ b/packages/python/system/simplejson/package.mk @@ -23,8 +23,8 @@ PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://pypi.python.org/pypi/simplejson" PKG_URL="http://pypi.python.org/packages/source/s/simplejson/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="Python" -PKG_BUILD_DEPENDS="toolchain Python distutilscross:host" +PKG_DEPENDS_TARGET="Python" +PKG_BUILD_DEPENDS_TARGET="toolchain Python distutilscross:host" PKG_PRIORITY="optional" PKG_SECTION="python/system" PKG_SHORTDESC="simplejson: a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+."