python-sqlite: switch to python2-module
This commit is contained in:
parent
a55f95bfe1
commit
53449ad466
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=python-sqlite
|
||||||
version=2.8.3
|
version=2.8.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pysqlite-${version}"
|
wrksrc="pysqlite-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel"
|
||||||
makedepends="sqlite-devel ${hostmakedepends}"
|
makedepends="sqlite-devel ${hostmakedepends}"
|
||||||
pycompile_module="pysqlite2"
|
pycompile_module="pysqlite2"
|
||||||
|
|
Loading…
Reference in a new issue