python-mechanize: switch to python2-module
This commit is contained in:
parent
85bc53e60f
commit
3fd51b40e1
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue