Skip to content

Commit

Permalink
OpenWebif dependency for HTTPS support
Browse files Browse the repository at this point in the history
Adds python-pyopenssl to the packages to be installed
  • Loading branch information
Cimarast committed Dec 28, 2012
1 parent 10824a7 commit 589f0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enigma2-plugin-extensions-openwebif.bb
Expand Up @@ -4,7 +4,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://README;firstline=10;lastline=12;md5=9c14f792d0aeb54e15490a28c89087f7"

DEPENDS = "python-cheetah-native"
RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin python-misc aio-grab"
RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin python-misc python-pyopenssl aio-grab"

inherit gitpkgv
PV = "0.1+git${SRCPV}"
Expand Down

0 comments on commit 589f0f4

Please sign in to comment.