File: control

package info (click to toggle)
python-exif 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 268 kB
  • sloc: python: 2,888; makefile: 6
file content (2 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
Depends: @, python3-all
Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import exifread; print(exifread)" ; done