mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/avahi: fix depends in py-avahi subpackage
This commit is contained in:
parent
25e043b236
commit
f4703ae6eb
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=avahi
|
||||
pkgver=0.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A multicast/unicast DNS-SD framework"
|
||||
url="https://www.avahi.org/"
|
||||
arch="all"
|
||||
@ -117,6 +117,7 @@ lidns_sd() {
|
||||
|
||||
py() {
|
||||
pkgdesc="Python 2 bindings for avahi"
|
||||
depends="$pkgname=$pkgver-r$pkgrel python2"
|
||||
|
||||
mkdir -p "$subpkgdir"/usr/lib
|
||||
mv "$pkgdir"/usr/lib/py* "$subpkgdir"/usr/lib/
|
||||
|
Loading…
Reference in New Issue
Block a user