Skip to content
Snippets Groups Projects
Commit 8d02c8e9 authored by Florian Pritz's avatar Florian Pritz
Browse files

Todo List Unreproducible python bytecode

parent a3efaef2
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
_name=schema
pkgname="python-$_name"
pkgver=0.7.4
pkgrel=1
pkgrel=2
pkgdesc='Python module to validate and convert data structures.'
arch=(any)
url="https://github.com/keleshev/$_name"
......@@ -22,6 +22,7 @@ prepare() {
build() {
cd "$srcdir/$_name-$pkgver"
export PYTHONHASHSEED=0
python setup.py build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment