pycp: add missing python3-attrs dependency

This commit is contained in:
maxice8 2019-01-18 10:14:13 -02:00
parent 3bc75cc6f3
commit 7d23303b14
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,12 +1,12 @@
# Template file for 'pycp'
pkgname=pycp
version=8.0.6
revision=3
revision=4
noarch=yes
build_style=python3-module
pycompile_module="pycp"
hostmakedepends="help2man python3-setuptools"
depends="python3 python3-cli-ui"
depends="python3 python3-cli-ui python3-attrs"
short_desc="Shows progressbar of cp and mv"
maintainer="fs0ciety <mrrobot@fsociety.info>"
license="MIT"