Bug#911125: lmfit-py: please make the build reproducible

Chris Lamb lamby at debian.org
Tue Oct 16 03:11:12 BST 2018


Source: lmfit-py
Version: 0.9.11+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bugs at 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
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


More information about the debian-science-maintainers mailing list