summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2019-10-03 14:03:06 +0200
committerTim Schumacher2019-10-03 14:03:06 +0200
commit629a55b1ff899e8ff4c570007688e26e16786ae6 (patch)
tree5e23219c8dce9079c1e75c4c09fd4b50b972233d
parentef5456af03794a1d52bb0260b7030c67c5686a67 (diff)
downloadaur-629a55b1ff899e8ff4c570007688e26e16786ae6.tar.gz
Remove some dependencies
Those are actually dependencies of the requests module.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aecac85056ab..f40aab2ad9ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,6 @@ pkgbase = python-pygerrit2
depends = python-setuptools
depends = python-pbr
depends = python-requests
- depends = python-chardet
- depends = python-idna
- depends = python-urllib3
source = https://pypi.io/packages/source/p/pygerrit2/pygerrit2-2.0.9.tar.gz
sha512sums = 043aa7659b6ff8321e733a4a7e48f75fe262970df8e8eb34f19307fc19a40c3ae6515f1ecfa958f777f48e66ecf04cbddff7441539a785803d80bf23b5338dde
diff --git a/PKGBUILD b/PKGBUILD
index e1d5ed8faeb5..8e2528b6d019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ pkgdesc="Python library to interface with Gerrit's REST API "
arch=('any')
license=('MIT')
url="https://github.com/dpursehouse/pygerrit2"
-depends=('python-setuptools' 'python-pbr' 'python-requests' 'python-chardet' 'python-idna'
- 'python-urllib3')
+depends=('python-setuptools' 'python-pbr' 'python-requests')
source=("https://pypi.io/packages/source/p/pygerrit2/pygerrit2-$pkgver.tar.gz")
sha512sums=('043aa7659b6ff8321e733a4a7e48f75fe262970df8e8eb34f19307fc19a40c3ae6515f1ecfa958f777f48e66ecf04cbddff7441539a785803d80bf23b5338dde')