Skip to content

Commit

Permalink
Use peewee packaged by ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Sep 11, 2018
1 parent a0906a6 commit 9aa9e84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.debhelper/
.idea/
app/
bin/
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.6
Package: com.github.geigi.cozy
Architecture: any
Depends: ${misc:Depends},${shlibs:Depends},python3,python3-mutagen,python3-cairo,python3-gst-1.0,file,libgstreamer1.0-0,libgstreamer-plugins-base1.0-0,gstreamer1.0-plugins-good
Depends: ${misc:Depends},${shlibs:Depends},python3,python3-mutagen,python3-peewee,python3-cairo,python3-gst-1.0,file,libgstreamer1.0-0,libgstreamer-plugins-base1.0-0,gstreamer1.0-plugins-good
Pre-Depends: dpkg (>= 1.15.6)
Description: Cozy
A modern audiobook player
2 changes: 0 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ override_dh_auto_clean:

override_dh_auto_configure:
mkdir -p debian/build
mkdir -p peewee
PYTHONUSERBASE=${CURDIR}/peewee pip3 install --user peewee
cd debian/build && meson --prefix=/usr ../..

DIRS = .
Expand Down

0 comments on commit 9aa9e84

Please sign in to comment.