Flatpak: fix dbus build
after package update only python2 version was build
This commit is contained in:
parent
1303b89ba1
commit
6985da75b4
1 changed files with 5 additions and 0 deletions
|
@ -215,6 +215,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "python3-dbus-python",
|
"name": "python3-dbus-python",
|
||||||
|
"build-options": {
|
||||||
|
"env": {
|
||||||
|
"PYTHON_VERSION": "3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
|
|
Loading…
Add table
Reference in a new issue