python-psycopg2: fix replaces typo
This commit is contained in:
parent
48f993eba8
commit
7dcd678ae2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-psycopg2'
|
||||
pkgname=python-psycopg2
|
||||
version=2.6.2
|
||||
revision=2
|
||||
revision=3
|
||||
_series="${version%.*}"
|
||||
wrksrc="psycopg2-${version}"
|
||||
build_style=python-module
|
||||
|
@ -19,7 +19,7 @@ checksum=70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c
|
|||
|
||||
python3-psycopg2_package() {
|
||||
pycompile_module="psycopg2"
|
||||
replaces="pythom3.4-psycopg2>=0"
|
||||
replaces="python3.4-psycopg2>=0"
|
||||
short_desc="${short_desc/Python/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Reference in New Issue
Block a user