mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-zope.copy: add missing python3 dependency
This commit is contained in:
parent
525608cf71
commit
feba7e02f2
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-zope.copy'
|
# Template file for 'python3-zope.copy'
|
||||||
pkgname=python3-zope.copy
|
pkgname=python3-zope.copy
|
||||||
version=4.2
|
version=4.2
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="zope.copy-${version}"
|
wrksrc="zope.copy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-zope.component python3-zope.location python3-zope.testing
|
checkdepends="python3-zope.component python3-zope.location python3-zope.testing
|
||||||
python3-zope.testrunner"
|
python3-zope.testrunner"
|
||||||
short_desc="Pluggable object copying mechanism"
|
short_desc="Pluggable object copying mechanism"
|
||||||
|
|
Loading…
Add table
Reference in a new issue