summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86c4232fb92f..959a50bb89e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,6 @@ pkgver() {
build() {
cd "$srcdir/$_name"
- sed -i 's/decorator>=4.4,<5/decorator>=5.0.7/' requirements/default.txt
python setup.py build
}