Browse Source

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>
lilik-openwrt-22.03
Alexandru Ardelean 8 years ago
parent
commit
f45184b054
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python-psycopg2/Makefile

+ 1
- 1
lang/python-psycopg2/Makefile View File

@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://initd.org/psycopg/tarballs/PSYCOPG-2-6/
PKG_MD5SUM:=4a392949ba31a378a18ed3e775a4693f PKG_MD5SUM:=4a392949ba31a378a18ed3e775a4693f
PKG_BUILD_DIR:=$(BUILD_DIR)/psycopg2-$(PKG_VERSION) 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 include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk) $(call include_mk, python-package.mk)


Loading…
Cancel
Save