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