pythonPackages.piexif: 1.0.13 -> 1.1.2

This commit is contained in:
Jaakko Luttinen
2018-10-29 10:41:53 +02:00
committed by Maximilian Bosch
parent 336f11c3b1
commit 51f6d7f244
2 changed files with 6 additions and 11 deletions

View File

@@ -22,6 +22,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace "setup.py" \
--replace '"argparse",' "" ${lib.optionalString isPy3k ''--replace '"futures",' ""''}
substituteInPlace "setup.py" \
--replace "piexif>=1.0.13,<1.1.0" "piexif>=1.0.13"
substituteInPlace "tests/test_utils.py" \
--replace "/bin/ls" "${coreutils}/bin/ls"
substituteInPlace "tests/detectors/test_face_detector.py" \