~dricottone/huttese-apk

74dd41ba8e75a3a1fb17f75c12ef32fcfe58d305 — Drew DeVault 3 years ago 7e4a68c
py3-colour: add missing dependency
1 files changed, 2 insertions(+), 2 deletions(-)

M sr.ht/py3-colour/APKBUILD
M sr.ht/py3-colour/APKBUILD => sr.ht/py3-colour/APKBUILD +2 -2
@@ 2,12 2,12 @@
pkgname=py3-colour
_pyname=colour
pkgver=0.1.5
pkgrel=3
pkgrel=4
pkgdesc="Colour representations manipulation library (RGB, HSL, web, ...)"
url="https://github.com/vaab/colour"
arch="noarch"
license="MIT"
depends="python3"
depends="python3 py3-d2to1"
makedepends="py3-setuptools py3-wheel"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"