summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2020-03-12 16:29:45 -0400
committerDavid Parrish2020-03-12 16:29:45 -0400
commit512647f04fff30a0ae5d8fac341c41f087d26e27 (patch)
tree626d2c16fed1376c658872b018b18233276b493a /PKGBUILD
parent5c8dda14b57358ecd684bd91839ef63f4d58c798 (diff)
downloadaur-512647f04fff30a0ae5d8fac341c41f087d26e27.tar.gz
Remove unnecessary package specific dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba20c41120b9..b20001eace1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,10 +26,6 @@ pkgver() {
# GUI and other scripts
package_joinmarket-qt-git() {
- depends+=( 'python-pyqt5' 'pyside2' 'python-qt5reactor'
- 'python-jmbase-git' 'python-jmclient-git' 'python-jmbitcoin-git' 'python-jmdaemon-git'
- )
-
# Dump scripts into /opt/joinmarket
mkdir -p "${pkgdir:?}/opt/$pkgname"
cp -r "${srcdir:?}/${pkgname}/scripts/"* "${pkgdir}/opt/$pkgname"