From 6a44666c808fd2b37bc35f9de450d250ff411f9d Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Tue, 27 Jun 2017 07:03:43 -0600 Subject: [PATCH] python-mechanize: add missing dependency Closes: #6869 [via git-merge-pr] --- srcpkgs/python-mechanize/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-mechanize/template b/srcpkgs/python-mechanize/template index b2008c800d3..16c35c276c1 100644 --- a/srcpkgs/python-mechanize/template +++ b/srcpkgs/python-mechanize/template @@ -1,12 +1,12 @@ # Template file for 'python-mechanize' pkgname=python-mechanize version=0.3.5 -revision=1 +revision=2 wrksrc="mechanize-${version}" noarch=yes build_style=python2-module hostmakedepends="python-setuptools" -depends="python" +depends="python python-html5lib" pycompile_module="mechanize" short_desc="Stateful programmatic web browsing in Python" maintainer="Farhad Shahbazi "