diff options
Diffstat (limited to 'user/py3-paho-mqtt')
-rw-r--r-- | user/py3-paho-mqtt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-paho-mqtt/APKBUILD b/user/py3-paho-mqtt/APKBUILD index adc799311..0d8c6b1dc 100644 --- a/user/py3-paho-mqtt/APKBUILD +++ b/user/py3-paho-mqtt/APKBUILD @@ -10,7 +10,7 @@ url="https://www.eclipse.org/paho/" arch="noarch" license="EPL-1.0 AND EDL-1.0" depends="python3" -checkdepends="py3-pytest" +checkdepends="py3-pytest py3-iniconfig" makedepends="" # Use GitHub tarball since PyPI doesn't include tests source="$pkgname-$pkgver.tar.gz::https://github.com/eclipse/paho.mqtt.python/archive/v$pkgver.tar.gz |