Closed

Description
Originally reported by: lambyuk (Bitbucket: lambyuk, GitHub: Unknown)
Whilst working on the "reproducible builds" effort [0], we noticed that
python-setuptools generates non-deterministic output when creating
requires.txt files:
│ │ │ │ [all]
│ │ │ │ -fake-factory==0.5.2
│ │ │ │ -pytz
│ │ │ │ numpy>=1.9.0
│ │ │ │ pytz
│ │ │ │ +pytz
│ │ │ │ django>=1.7
│ │ │ │ +fake-factory==0.5.2
Patch attached.
[0] https://wiki.debian.org/ReproducibleBuilds
Filed in Debian as https://bugs.debian.org/804249