From cc45fb97222b570f08ef34c1873f6604c9e71e50 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 24 May 2012 17:11:07 +0200 Subject: [PATCH] pycurl: dont depend on 'distribute' Signed-off-by: Stephan Raue --- packages/3rdparty/web/pycurl/meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/3rdparty/web/pycurl/meta b/packages/3rdparty/web/pycurl/meta index 3ac2bd85e7..6916697c7e 100644 --- a/packages/3rdparty/web/pycurl/meta +++ b/packages/3rdparty/web/pycurl/meta @@ -25,8 +25,8 @@ PKG_ARCH="any" PKG_LICENSE="GPL-2" PKG_SITE="http://pycurl.sourceforge.net/" PKG_URL="http://pycurl.sourceforge.net/download/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="Python distribute curl" -PKG_BUILD_DEPENDS="toolchain Python distribute distutilscross curl" +PKG_DEPENDS="Python curl" +PKG_BUILD_DEPENDS="toolchain Python distutilscross curl" PKG_PRIORITY="optional" PKG_SECTION="python/web" PKG_SHORTDESC="pycurl: a Python interface to libcurl"