mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-packaging: this depends on python-attrs
This commit is contained in:
parent
f42111e9a4
commit
429cd37a3a
1 changed files with 3 additions and 3 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Reference in a new issue