git » python-tornado.git » commit efd236a

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 abed2ae47ac56157aa884ad080f7eff9f3c53d5a

Remove PYTHONHASHSEED workaround now set by pacman

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index cdefd3f..97abefa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,6 @@ export TORNADO_EXTENSION=1
 
 build() {
   cd tornado-$pkgver
-  export PYTHONHASHSEED=0
   python setup.py build
 }