Org2blog recipe should depend on htmlize

Trying to install org2blog without this dependency fails. It can also be seen in
[their Readme](https://github.com/org2blog/org2blog#dependencies).
This commit is contained in:
Lefteris Karapetsas 2018-11-17 10:55:51 +01:00 committed by Noam Postavsky
parent 7129a7c6d8
commit e67f42f2e8

View File

@ -2,5 +2,5 @@
:description "Blog from Org mode to wordpress"
:type github
:pkgname "punchagan/org2blog"
:depends (xml-rpc-el metaweblog org-mode)
:depends (xml-rpc-el metaweblog org-mode htmlize)
:features org2blog)