Skip to content

Commit

Permalink
resolve dependency issue with python3-six
Browse files Browse the repository at this point in the history
  • Loading branch information
fridlmue committed Dec 19, 2021
1 parent edbfd38 commit e4fb3f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qml/pages/FirstPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Page {
if (o.responseText != '') {
possrc.stop();
// log the json response
console.log(o.responseText);
//console.log(o.responseText);

// translate response into object
// var d = eval('new Object(' + o.responseText + ')');
Expand Down
3 changes: 2 additions & 1 deletion rpm/harbour-avarisk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name: harbour-avarisk

Summary: SailfishOS Client for EAWS Avalanche Bulletins
Version: 0.9
Release: 2
Release: 3
Group: Qt/Qt
License: GPL3
URL: https://github.com/fridlmue/harbour-avaRisk
Expand All @@ -19,6 +19,7 @@ Source100: harbour-avarisk.yaml
Requires: sailfishsilica-qt5 >= 0.10.9
Requires: pyotherside-qml-plugin-python3-qt5
Requires: qml(org.freedesktop.contextkit)
Requires: python3dist(six)
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
Expand Down
3 changes: 2 additions & 1 deletion rpm/harbour-avarisk.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-avarisk
Summary: SailfishOS Client for EAWS Avalanche Bulletins
Version: 0.9
Release: 2
Release: 3
# The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Qt/Qt
Expand Down Expand Up @@ -33,6 +33,7 @@ Requires:
- sailfishsilica-qt5 >= 0.10.9
- pyotherside-qml-plugin-python3-qt5
- qml(org.freedesktop.contextkit)
- python3dist(six)
# - qtmozembed-qt5

# All installed files
Expand Down

0 comments on commit e4fb3f2

Please sign in to comment.