summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-05-04 22:17:41 +0200
committerGroctel2021-05-04 22:17:41 +0200
commitc028b02f3da1570097b70ab90c3205da25e17eb4 (patch)
tree78369043b8c0688967f1b2457cad8039845bf390
parent2718d8a797dfe3d7e0339a1bf7059ca094290d2a (diff)
downloadaur-c028b02f3da1570097b70ab90c3205da25e17eb4.tar.gz
Dropped version patch
Fixed in https://github.com/networkx/networkx/pull/4773
-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
}