python-dateutil: specify all python3 hostmakedepends
This commit is contained in:
parent
6d4baecc68
commit
9fa15e4a96
@ -1,10 +1,9 @@
|
||||
# Template file for 'python-dateutil'
|
||||
pkgname=python-dateutil
|
||||
version=2.8.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
pycompile_module="dateutil"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools_scm"
|
||||
depends="python-six tzdata"
|
||||
short_desc="Extensions to the standard Python2 datetime module"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
@ -23,7 +22,6 @@ post_install() {
|
||||
|
||||
python3-dateutil_package() {
|
||||
depends="python3-six tzdata"
|
||||
pycompile_module="dateutil"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
Loading…
x
Reference in New Issue
Block a user