mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-lxml: add missing python3 dependency
This commit is contained in:
parent
3b35f13c7b
commit
ae455fe7c8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-lxml'
|
# Template file for 'python-lxml'
|
||||||
pkgname=python-lxml
|
pkgname=python-lxml
|
||||||
version=4.6.4
|
version=4.6.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="lxml-lxml-${version}"
|
wrksrc="lxml-lxml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
make_build_args="--with-cython"
|
make_build_args="--with-cython"
|
||||||
|
@ -28,6 +28,7 @@ post_install() {
|
||||||
|
|
||||||
python3-lxml_package() {
|
python3-lxml_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
depends="python3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSES.txt
|
vlicense LICENSES.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue