1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 07:38:40 +02:00

python3: fix libuuid missing dependency for python3-light

Signed-off-by: Karol Wrona <wrona.vy@gmail.com>
This commit is contained in:
Karol Wrona 2018-07-13 12:39:59 +02:00
parent 2794a18bea
commit 23b7d14b24

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