python3-execnet: add python3 as dep

This commit is contained in:
icp 2022-11-16 01:51:39 +05:30 committed by Michal Vasilek
parent 752d43e2c5
commit 42ca8e2f2d
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'python3-execnet'
pkgname=python3-execnet
version=1.9.0
revision=2
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest"
short_desc="Distributed Python deployment and communication"
maintainer="classabbyamp <void@placeviolette.net>"