mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #6465 from OldKosherCheese/mymaster
python3: fix missing dependency for libuuid in python3-light
This commit is contained in:
@@ -80,7 +80,7 @@ endef
|
|||||||
define Package/python3-light
|
define Package/python3-light
|
||||||
$(call Package/python3/Default)
|
$(call Package/python3/Default)
|
||||||
TITLE:=Python $(PYTHON_VERSION) light installation
|
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
|
endef
|
||||||
|
|
||||||
define Package/python3-light/config
|
define Package/python3-light/config
|
||||||
|
|||||||
Reference in New Issue
Block a user