mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
python-psycopg2: fix replaces typo
This commit is contained in:
parent
48f993eba8
commit
7dcd678ae2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-psycopg2'
|
# Template file for 'python-psycopg2'
|
||||||
pkgname=python-psycopg2
|
pkgname=python-psycopg2
|
||||||
version=2.6.2
|
version=2.6.2
|
||||||
revision=2
|
revision=3
|
||||||
_series="${version%.*}"
|
_series="${version%.*}"
|
||||||
wrksrc="psycopg2-${version}"
|
wrksrc="psycopg2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -19,7 +19,7 @@ checksum=70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c
|
||||||
|
|
||||||
python3-psycopg2_package() {
|
python3-psycopg2_package() {
|
||||||
pycompile_module="psycopg2"
|
pycompile_module="psycopg2"
|
||||||
replaces="pythom3.4-psycopg2>=0"
|
replaces="python3.4-psycopg2>=0"
|
||||||
short_desc="${short_desc/Python/Python3}"
|
short_desc="${short_desc/Python/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue