Flatpak: fix dbus build

after package update only python2 version was build
This commit is contained in:
André Apitzsch 2018-06-06 00:19:06 +02:00
parent 1303b89ba1
commit 6985da75b4
1 changed files with 5 additions and 0 deletions

View File

@ -215,6 +215,11 @@
},
{
"name": "python3-dbus-python",
"build-options": {
"env": {
"PYTHON_VERSION": "3"
}
},
"sources": [
{
"type": "archive",