Skip to content
Snippets Groups Projects

community/py3-pyzabbix: depend on py-packaging

Merged Kevin Daudt requested to merge kdaudt/aports:fix/pyzabbix-dep into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -2,12 +2,12 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-pyzabbix
pkgver=1.3.1
pkgrel=1
pkgrel=2
pkgdesc="Library to interact with the Zabbix API"
url="https://github.com/lukecyca/pyzabbix"
arch="noarch"
license="LGPL-2.1-or-later"
depends="python3 py3-requests py3-semantic-version"
depends="python3 py3-packaging py3-requests py3-semantic-version"
makedepends="python3-dev py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest py3-httpretty py3-requests-mock"
subpackages="$pkgname-pyc"
Loading