python-dbus: rebuild for Python 3.10
This commit is contained in:
parent
ac9dfe1908
commit
40738cfd72
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-dbus'
|
||||
pkgname=python-dbus
|
||||
version=1.2.16
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="dbus-python-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python-devel python3-devel"
|
||||
|
@ -69,7 +69,7 @@ python-dbus-devel_package() {
|
|||
}
|
||||
python3-dbus-devel_package() {
|
||||
depends="python3-devel python3-dbus>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
short_desc="${short_desc/Python2/Python3} - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue