summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2019-04-16 11:17:12 +0200
committerRichard Neumann2019-04-16 11:17:12 +0200
commitaf846105f6fc113f119334064457d85b0cfaf5e8 (patch)
tree7420ee2684e9a7b022a80f02a5efbbcec4c885df
parentfe2f9031b0557a38aa9b57af43f0618953962c72 (diff)
downloadaur-af846105f6fc113f119334064457d85b0cfaf5e8.tar.gz
Removed obsolete zmq dependency.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f81edb3b56d..09c4add7a51b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = python-mcipc-git
makedepends = git
makedepends = python
depends = python
- depends = python-pyzmq
optdepends = python-docopt: for scripts
provides = python-mcipc
conflicts = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 7d29db9e6c6d..9025301c308c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')
url="https://github.com/coNQP/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-pyzmq')
+depends=('python')
optdepends=('python-docopt: for scripts')
makedepends=('git' 'python')
provides=("python-${_pkgbase}")