python3-stem: use setuptools

This commit is contained in:
Michal Vasilek 2023-01-18 22:03:06 +01:00
parent 25dc1e4dfa
commit 2ace6fe5f2

View file

@ -1,9 +1,9 @@
# Template file for 'python3-stem' # Template file for 'python3-stem'
pkgname=python3-stem pkgname=python3-stem
version=1.8.1 version=1.8.1
revision=1 revision=2
build_style=python3-module build_style=python3-module
hostmakedepends="python3-devel" hostmakedepends="python3-setuptools"
depends="python3-cryptography" depends="python3-cryptography"
short_desc="Python3 controller library for Tor" short_desc="Python3 controller library for Tor"
maintainer="Frank Steinborn <steinex@nognu.de>" maintainer="Frank Steinborn <steinex@nognu.de>"