mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
pkgver=0.7
|
pkgver=0.7
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="A multicast/unicast DNS-SD framework"
|
pkgdesc="A multicast/unicast DNS-SD framework"
|
||||||
url="https://www.avahi.org/"
|
url="https://www.avahi.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -117,6 +117,7 @@ lidns_sd() {
|
|||||||
|
|
||||||
py() {
|
py() {
|
||||||
pkgdesc="Python 2 bindings for avahi"
|
pkgdesc="Python 2 bindings for avahi"
|
||||||
|
depends="$pkgname=$pkgver-r$pkgrel python2"
|
||||||
|
|
||||||
mkdir -p "$subpkgdir"/usr/lib
|
mkdir -p "$subpkgdir"/usr/lib
|
||||||
mv "$pkgdir"/usr/lib/py* "$subpkgdir"/usr/lib/
|
mv "$pkgdir"/usr/lib/py* "$subpkgdir"/usr/lib/
|
||||||
|
Loading…
Reference in New Issue
Block a user