git » pyalpm.git » commit dd3a1e5

Prepare for Python 3.9 rebuild

author Evangelos Foutras
2020-11-09 10:07:33 UTC
committer Evangelos Foutras
2020-11-09 10:07:33 UTC
parent 27b003b44fc3981b50c9d1141feb7bdda66ecad8

Prepare for Python 3.9 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 89009b5..b614d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
 
 check() {
   cd ${srcdir}/${pkgname}
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8" pytest
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" pytest
 }
 
 package() {