Merge pull request #7291 from cotequeiroz/pytz-installdev

pytz: add Package/InstallDev
This commit is contained in:
champtar
2018-11-01 09:13:21 -05:00
committed by GitHub

View File

@@ -37,6 +37,13 @@ define Build/Compile
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
define Package/pytz/InstallDev
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(1)$(PYTHON_PKG_DIR)
endef
define Package/pytz/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \