pycp: fix hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2017-12-17 12:03:43 +01:00
parent 8a115399c6
commit bcca2c4841
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ version=7.3.0
revision=1
noarch=yes
build_style=python3-module
makedepends="python3 python3-setuptools help2man"
hostmakedepends="python3 help2man"
makedepends="python3-setuptools"
depends="${makedepends}"
short_desc="A cp and mv with a progressbar"
maintainer="fs0ciety <mrrobot@fsociety.info>"