python-packaging: this depends on python-attrs
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Template file for 'python-packaging'
|
||||
pkgname=python-packaging
|
||||
version=19.1
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="packaging-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="packaging"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-parsing python-six"
|
||||
depends="python-attrs python-parsing python-six"
|
||||
short_desc="Core utilities for Python packages (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="Apache-2.0, BSD-2-Clause"
|
||||
@@ -22,7 +22,7 @@ post_install() {
|
||||
python3-packaging_package() {
|
||||
archs=noarch
|
||||
pycompile_module="packaging"
|
||||
depends="python3-parsing python3-six"
|
||||
depends="python3-attrs python3-parsing python3-six"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
||||
Reference in New Issue
Block a user