Skip to content

Commit

Permalink
Removed dbus-python from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
son-link committed May 15, 2023
1 parent b8f0ad3 commit b7c815c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chmod +x linuxdeploy-${ARCH}.AppImage linuxdeploy-plugin-conda.sh appimagetool-$

# Set Environment
export CONDA_CHANNELS='local;conda-forge'
export PIP_REQUIREMENTS='pyqt5 mutagen python-magic psutil dbus-python .'
export PIP_REQUIREMENTS='pyqt5 mutagen python-magic psutil .'
install -Dm644 bin/io.sonlink.pqmusic.png AppDir/usr/share/icons/pqmusic.png
install -Dm644 bin/io.sonlink.pqmusic.appdata.xml AppDir/usr/share/metainfo/io.sonlink.pqmusic.appdata.xml
# Deploy
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ pyqt5
mutagen
python-magic
psutil
dbus-python
requests
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
'icons/luv-icon-theme'
]
},
download_url='https://github.com/son-link/PQMusic/archive/refs/tags/v.1.1.1.tar.gz',
download_url='https://github.com/son-link/PQMusic/archive/refs/tags/v.1.2.1.tar.gz',
keywords=['music', 'audio', 'player'],
install_requires=[
'pyqt5',
'mutagen',
'python-magic',
'psutil',
'dbus-python',
'requests'
],
classifiers=[
Expand Down

0 comments on commit b7c815c

Please sign in to comment.