mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-rencode: add missing python3 dependency
This commit is contained in:
parent
c1393bae1d
commit
c8162dba6d
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-rencode'
|
# Template file for 'python3-rencode'
|
||||||
pkgname=python3-rencode
|
pkgname=python3-rencode
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=7
|
revision=8
|
||||||
wrksrc="rencode-${version}"
|
wrksrc="rencode-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
|
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 module for fast (basic) object serialization"
|
short_desc="Python3 module for fast (basic) object serialization"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue