python-cachetools: add missing depends
This commit is contained in:
parent
de9caa67ea
commit
f4430c18f6
1 changed files with 3 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'python-cachetools'
|
# Template file for 'python-cachetools'
|
||||||
pkgname=python-cachetools
|
pkgname=python-cachetools
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="cachetools-${version}"
|
wrksrc="cachetools-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="cachetools"
|
pycompile_module="cachetools"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python"
|
||||||
short_desc="Python2 extensible memoizing collections and decorators"
|
short_desc="Python2 extensible memoizing collections and decorators"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
homepage="https://github.com/tkem/cachetools/"
|
homepage="https://github.com/tkem/cachetools/"
|
||||||
|
@ -20,6 +21,7 @@ post_install() {
|
||||||
|
|
||||||
python3-cachetools_package() {
|
python3-cachetools_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
pycompile_module="cachetools"
|
pycompile_module="cachetools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue