git » python-click.git » commit 27c6228

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 2c4effa0e30953ffc88674c4b02c0dbd19cdef0d

Remove PYTHONHASHSEED workaround now set by pacman

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index c3f9d98..15a6d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,6 @@ build() {
 
 package() {
     cd "${srcdir}/${_realname}-${pkgver}"
-    export PYTHONHASHSEED=0
     python setup.py install --skip-build --root="${pkgdir}" --optimize=1
     install -Dm644 "LICENSE.rst" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst"
 }