pycp: add missing python3-attrs dependency
This commit is contained in:
parent
3bc75cc6f3
commit
7d23303b14
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'pycp'
|
# Template file for 'pycp'
|
||||||
pkgname=pycp
|
pkgname=pycp
|
||||||
version=8.0.6
|
version=8.0.6
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pycp"
|
pycompile_module="pycp"
|
||||||
hostmakedepends="help2man python3-setuptools"
|
hostmakedepends="help2man python3-setuptools"
|
||||||
depends="python3 python3-cli-ui"
|
depends="python3 python3-cli-ui python3-attrs"
|
||||||
short_desc="Shows progressbar of cp and mv"
|
short_desc="Shows progressbar of cp and mv"
|
||||||
maintainer="fs0ciety <mrrobot@fsociety.info>"
|
maintainer="fs0ciety <mrrobot@fsociety.info>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in New Issue