summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamLukeYes2021-09-09 09:00:54 +0800
committerSamLukeYes2021-09-09 09:00:54 +0800
commitd429c9fe3d47678e2deb9411068d495337add97f (patch)
tree66665317f366cef4e161cfabc16c5d69ef45ad2c
parenta83d6991ecc2536377302b1bb2cacd5c42e9dce2 (diff)
downloadaur-d429c9fe3d47678e2deb9411068d495337add97f.tar.gz
Revert "add python-hyper as an optional dependency"
This reverts commit a83d6991ecc2536377302b1bb2cacd5c42e9dce2.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38cb408246e..b1c6edb22918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = python-googletrans-git
makedepends = git
depends = python-httpx
depends = python-h2
- optdepends = python-hyper: faster http networking
provides = python-googletrans
conflicts = python-googletrans
source = git+https://github.com/ssut/py-googletrans.git
diff --git a/PKGBUILD b/PKGBUILD
index e4de8f3a9054..358ae68475bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ depends=(
python-httpx
python-h2
)
-optdepends=('python-hyper: faster http networking')
makedepends=(
python-setuptools
git