Browse Source

python3: fix libuuid missing dependency for python3-light

Signed-off-by: Karol Wrona <wrona.vy@gmail.com>
lilik-openwrt-22.03
Karol Wrona 6 years ago
parent
commit
23b7d14b24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/python3/Makefile

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

@ -80,7 +80,7 @@ endef
define Package/python3-light
$(call Package/python3/Default)
TITLE:=Python $(PYTHON_VERSION) light installation
DEPENDS:=+python3-base +libffi +libbz2 +PYTHON3_BLUETOOTH_SUPPORT:bluez-libs
DEPENDS:=+python3-base +libffi +libbz2 +PYTHON3_BLUETOOTH_SUPPORT:bluez-libs +libuuid
endef
define Package/python3-light/config


Loading…
Cancel
Save