mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
frr-reload: switch to python3
This commit is contained in:
parent
8606b156f9
commit
52677ac023
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'frr'
|
||||
pkgname=frr
|
||||
version=7.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
# chroot-texinfo is not able to build frr's docs
|
||||
|
@ -63,7 +63,7 @@ frr-flush_package() {
|
|||
|
||||
frr-reload_package() {
|
||||
short_desc+=" - reload tool"
|
||||
depends="python-ipaddr python ${sourcepkg}-${version}_${revision}"
|
||||
depends="python3-ipaddr python3 ${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/frr-reload
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue