aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2017-02-07 10:25:10 +0200
committerAlexandru Ardelean <ardeleanalex@gmail.com>2017-02-07 12:12:14 +0200
commitf45184b054710ad517bd29198eaea629f5207e12 (patch)
treea254ad620eb0fcf1ee1a857bb5d3c83165cb4ae6 /lang
parentccf0595fc61f11b45b4558568934b740a54e4556 (diff)
python-pyscopg2: replace python-setuptools dep with python/host
After removing python-setuptools package, the dependency chain to python/host is a bit different. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/python-psycopg2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-psycopg2/Makefile b/lang/python-psycopg2/Makefile
index cf7ada88d..96817a4a3 100644
--- a/lang/python-psycopg2/Makefile
+++ b/lang/python-psycopg2/Makefile
@@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://initd.org/psycopg/tarballs/PSYCOPG-2-6/
PKG_MD5SUM:=4a392949ba31a378a18ed3e775a4693f
PKG_BUILD_DIR:=$(BUILD_DIR)/psycopg2-$(PKG_VERSION)
-PKG_BUILD_DEPENDS:=python libpq python-setuptools
+PKG_BUILD_DEPENDS:=python libpq python/host
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)