wok-next diff blueman/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 0621690cc122
children c022997c7a57
line diff
     1.1 --- a/blueman/receipt	Sat Apr 14 10:11:04 2018 +0300
     1.2 +++ b/blueman/receipt	Thu Aug 23 07:07:52 2018 +0300
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  BUILD_DEPENDS="bluez-dev python-dev pygtk-dev notify-python-dev libnotify-dev \
     1.6  python-pyrex startup-notification-dev util-linux-uuid-dev dbus-dev \
     1.7 -dbus-python-dev intltool libtool xorg-xcb-util-dev"
     1.8 +python-dbus-dev intltool libtool xorg-xcb-util-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12 @@ -26,5 +26,5 @@
    1.13  genpkg_rules() {
    1.14  	copy @std
    1.15  	DEPENDS="linux-bluetooth bluez python pygtk libnotify notify-python \
    1.16 -	python-pyrex startup-notification util-linux-uuid dbus dbus-python"
    1.17 +	python-pyrex startup-notification util-linux-uuid dbus python-dbus"
    1.18  }