python-pyscopg2: replace python-setuptools dep with python/host 3967/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 7 Feb 2017 08:25:10 +0000 (10:25 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 7 Feb 2017 10:12:14 +0000 (12:12 +0200)
After removing python-setuptools package, the dependency
chain to python/host is a bit different.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python-psycopg2/Makefile

index cf7ada88d05746ad5e770020d89acb7ccc82196b..96817a4a3b4bf19e956d285b1834a4fe4ac738eb 100644 (file)
@@ -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)