mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #3918 from commodo/python-setuptools-host-remove
remove python-setuptools/host dependency from other packages
This commit is contained in:
@@ -18,8 +18,6 @@ PKG_LICENSE:=ISC
|
|||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/dnspython-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/dnspython-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python-setuptools/host
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
$(call include_mk, python-package.mk)
|
$(call include_mk, python-package.mk)
|
||||||
|
|
||||||
|
|||||||
@@ -29,10 +29,9 @@ PKG_CONFIG_DEPENDS:= \
|
|||||||
CONFIG_PACKAGE_python-packages-index-url \
|
CONFIG_PACKAGE_python-packages-index-url \
|
||||||
CONFIG_PACKAGE_python-packages-pip-opts \
|
CONFIG_PACKAGE_python-packages-pip-opts \
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python python-pip/host
|
PKG_BUILD_DEPENDS:=python python/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
$(call include_mk, python-host.mk)
|
|
||||||
$(call include_mk, python-package.mk)
|
$(call include_mk, python-package.mk)
|
||||||
|
|
||||||
define Package/python-packages
|
define Package/python-packages
|
||||||
|
|||||||
Reference in New Issue
Block a user