Browse Source
Merge pull request #6465 from OldKosherCheese/mymaster
python3: fix missing dependency for libuuid in python3-light
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lang/python/python3/Makefile
|
|
@ -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 |
|
|
|