From 01de66b3c9ee9a9df5dc942fe3d417353273c814 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 30 Jan 2014 14:32:20 +0100 Subject: [PATCH] pycrypto: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_* Signed-off-by: Stephan Raue --- packages/python/security/pycrypto/package.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/python/security/pycrypto/package.mk b/packages/python/security/pycrypto/package.mk index 2c3135cec2..b418b86e55 100644 --- a/packages/python/security/pycrypto/package.mk +++ b/packages/python/security/pycrypto/package.mk @@ -23,8 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="LGPL" PKG_SITE="https://www.dlitz.net/software/pycrypto/" PKG_URL="http://pypi.python.org/packages/source/p/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="Python distutilscross:host" -PKG_BUILD_DEPENDS_TARGET="toolchain Python distutilscross:host" +PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" PKG_PRIORITY="optional" PKG_SECTION="python/security" PKG_SHORTDESC="PyCrypto - The Python Cryptography Toolkit"