Merge pull request #3499 from commodo/fix-python-dns
python-dns: add python-setuptools as dependency (fixes build)
This commit is contained in:
commit
c3e8d77b93
1 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-dns
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.15.0
|
||||
PKG_SOURCE_URL:=http://www.dnspython.org/kits/$(PKG_VERSION)
|
||||
PKG_MD5SUM:=63a679089822fb86127867c315286dc5
|
||||
|
@ -18,6 +18,8 @@ PKG_LICENSE:=ISC
|
|||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/dnspython-$(PKG_VERSION)
|
||||
|
||||
PKG_BUILD_DEPENDS:=python-setuptools/host
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
$(call include_mk, python-package.mk)
|
||||
|
||||
|
@ -36,7 +38,7 @@ endef
|
|||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/PyMod,,\
|
||||
install --prefix="$(PKG_INSTALL_DIR)/usr" \
|
||||
install --prefix=/usr --root="$(PKG_INSTALL_DIR)" \
|
||||
)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue