mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python-SQLAlchemy: add missing python3 dependency
This commit is contained in:
parent
ae455fe7c8
commit
fb73bb44c9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-SQLAlchemy'
|
||||
pkgname=python-SQLAlchemy
|
||||
version=1.3.18
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="SQLAlchemy-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -21,6 +21,7 @@ post_install() {
|
|||
|
||||
python3-SQLAlchemy_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue