Browse Source

Merge pull request #7586 from cotequeiroz/pytz_hostdep

pytz: fix host-compile dependency
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
c0d331f5c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/python/pytz/Makefile

+ 1
- 0
lang/python/pytz/Makefile View File

@ -17,6 +17,7 @@ PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz
PKG_HASH:=31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca
PKG_BUILD_DEPENDS:=python/host
HOST_BUILD_DEPENDS:=python/host
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save