Skip to content

Commit

Permalink
add python-misc to run dependencies for openwebif
Browse files Browse the repository at this point in the history
python-misc is needed for an enabled authentification at openwebif
  • Loading branch information
plnick committed Feb 6, 2012
1 parent 4bc2572 commit 8707d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enigma2-plugin-extensions-openwebif.bb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MODULE = "OpenWebif"
DESCRIPTION = "Control your receiver with a browser"
DEPENDS = "python-cheetah-native"
RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin"
RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin python-misc"

inherit gitpkgv
PV = "0.1+git${SRCPV}"
PKGV = "0.1+git${GITPKGV}"
PR = "r0.7"
PR = "r0.71"

require openplugins.inc

Expand Down

0 comments on commit 8707d9c

Please sign in to comment.