Flatpak: fix dbus build
after package update only python2 version was build
This commit is contained in:
parent
1303b89ba1
commit
6985da75b4
|
@ -215,6 +215,11 @@
|
|||
},
|
||||
{
|
||||
"name": "python3-dbus-python",
|
||||
"build-options": {
|
||||
"env": {
|
||||
"PYTHON_VERSION": "3"
|
||||
}
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
|
|
Loading…
Reference in New Issue