testing/py3-ukkonen: remove py3-wheel and py3-pip from makedepends

This commit is contained in:
psykose 2022-04-06 14:58:08 +00:00
parent 0d5f09bcf7
commit 1d60897010
No known key found for this signature in database

View File

@ -3,13 +3,13 @@
pkgname=py3-ukkonen
_pyname=ukkonen
pkgver=1.0.1
pkgrel=0
pkgrel=1
pkgdesc="Implementation of bounded Levenshtein distance"
url="https://github.com/asottile/ukkonen"
arch="all"
license="MIT"
depends="python3 py3-cffi"
makedepends="python3-dev py3-setuptools py3-wheel py3-pip"
makedepends="python3-dev py3-setuptools"
checkdepends="py3-pytest"
source="
$_pyname-$pkgver.tar.gz::https://github.com/asottile/ukkonen/archive/refs/tags/v$pkgver.tar.gz