summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2023-07-28 16:11:16 -0400
committerGordian Edenhofer2023-07-28 16:11:51 -0400
commitf7ce87627c7a25c1141e628087479132bdc3e193 (patch)
tree6a49c93449074525e6c0775146219a2f2d87ccd5
parenta3deaf1cd1fe13d4020ffec69bba81de3a01245a (diff)
downloadaur-f7ce87627c7a25c1141e628087479132bdc3e193.tar.gz
upgpkg: python-smart_open 6.3.0-2
Remove outdated python-bz2file dependency.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43536a37beac..d1681badbaa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = python-smart_open
license = MIT
makedepends = python-setuptools
optdepends = python-boto3: AWS support
- optdepends = python-bz2file: Handling bz2 files
optdepends = python-requests: HTTP support
optdepends = python-paramiko: SSH support
provides = python-smart-open
diff --git a/PKGBUILD b/PKGBUILD
index 03a19bfe8caa..9e892c703f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,6 @@ license=('MIT')
url="https://github.com/RaRe-Technologies/smart_open"
depends=()
optdepends=("python-boto3: AWS support"
- "python-bz2file: Handling bz2 files"
"python-requests: HTTP support"
"python-paramiko: SSH support")
makedepends=('python-setuptools')