git » python-pycryptodome.git » commit d58360d

Remove PYTHONHASHSEED workaround now set by pacman

author Evangelos Foutras
2021-09-07 02:35:30 UTC
committer Evangelos Foutras
2021-09-07 02:35:30 UTC
parent a6df4042134df8ac9ad3c6c2099fa8e749338ce8

Remove PYTHONHASHSEED workaround now set by pacman

PKGBUILD +0 -2

diff --git a/PKGBUILD b/PKGBUILD
index 8824237..7d8fc2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,6 @@ prepare() {
 }
 
 build() {
-  export PYTHONHASHSEED=0
-
   cd "$srcdir/pycryptodome-$pkgver"
   python setup.py build