diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-22 00:20:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-22 00:20:49 +0200 |
commit | 4bceecac96cd48da65a35c5a2fc67f380de3d3d3 (patch) | |
tree | 825b4cb3fce85f3c718d7a9b70a1fea0f5ddf344 /lang | |
parent | 3b821bb5e734f6d2e90d16854bd539817d470fda (diff) | |
parent | f45184b054710ad517bd29198eaea629f5207e12 (diff) |
Merge pull request #3967 from commodo/python-pyscopg2
python-psycopg2: replace python-setuptools dep with python/host
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python-psycopg2/Makefile | 2 |
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) |