summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-04-03 19:15:55 -0400
committerredfish2019-04-03 19:15:55 -0400
commit780be8cee04b818e5d794af72c2000b827b1edcd (patch)
tree983bbcb2f3850ef49eb7d64459a0888f25f7c2ac
parente27690f13fb496e3379445052f7e85535ee89b9d (diff)
downloadaur-780be8cee04b818e5d794af72c2000b827b1edcd.tar.gz
Revert "deps: add openssl"
This reverts commit e27690f13fb496e3379445052f7e85535ee89b9d. openssl is a transitive dep (of pyelliptic)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a43c4001fb8c..7068e75e926e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 3 23:14:07 UTC 2019
+# Wed Apr 3 01:49:02 UTC 2019
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
pkgver = 0.7.0
@@ -9,7 +9,6 @@ pkgbase = zeronet-git
arch = any
license = GPL2
makedepends = git
- depends = openssl
depends = python
depends = python-gevent>=1.1.0
depends = python-gevent-websocket
diff --git a/PKGBUILD b/PKGBUILD
index 79e56028bc72..72ba48006849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=0.7.0
pkgrel=1
arch=('any')
url="https://zeronet.io/"
-depends=('openssl' 'python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
+depends=('python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
'python-msgpack>=0.4.4' 'python-websocket-client' 'python-rsa'
'python-pysocks' 'python-pyasn1' 'python-pyasn1-modules'
'python-base58' 'python-merkletools'