python-mechanize: switch to python2-module

This commit is contained in:
Alessio Sergi 2016-10-17 12:06:55 +02:00
parent 85bc53e60f
commit 3fd51b40e1

View file

@ -1,10 +1,10 @@
# Template file for 'python-mechanize' # Template file for 'python-mechanize'
pkgname="python-mechanize" pkgname=python-mechanize
version=0.2.5 version=0.2.5
revision=1 revision=1
wrksrc="mechanize-${version}" wrksrc="mechanize-${version}"
noarch=yes noarch=yes
build_style=python-module build_style=python2-module
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"
depends="python" depends="python"
pycompile_module="mechanize" pycompile_module="mechanize"