python-mechanize: add missing dependency
Closes: #6869 [via git-merge-pr]
This commit is contained in:
parent
9765981630
commit
6a44666c80
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python-mechanize'
|
# Template file for 'python-mechanize'
|
||||||
pkgname=python-mechanize
|
pkgname=python-mechanize
|
||||||
version=0.3.5
|
version=0.3.5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="mechanize-${version}"
|
wrksrc="mechanize-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python python-html5lib"
|
||||||
pycompile_module="mechanize"
|
pycompile_module="mechanize"
|
||||||
short_desc="Stateful programmatic web browsing in Python"
|
short_desc="Stateful programmatic web browsing in Python"
|
||||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue