Source: lmfit-py
Version: 0.9.11+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that lmfit-py could not be built reproducibly.

This is because the tests generate an unreproducible modelresult_1.sav
file that ends up in /usr/lib/python3/dist-packages. You have a debian/
python3-lmfit.remove file (not seen these before as it happens…) but it
appears to reference "python3.7" instead of "python3".

Untested patch attached but I'm sure you get the idea.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/python3-lmfit.remove b/debian/python3-lmfit.remove
index 0ba55b6..0486ac3 100644
--- a/debian/python3-lmfit.remove
+++ b/debian/python3-lmfit.remove
@@ -1 +1 @@
-python3.7/dist-packages/modelresult_1.sav
+python3/dist-packages/modelresult_1.sav

Reply via email to