File: control

package info (click to toggle)
requirement-parser 0.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 376 kB
  • sloc: python: 359; makefile: 148
file content (5 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
Depends:
 python3-all,
 python3-setuptools,
 python3-requirement-parser,
Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -c "import requirements; print(requirements)"; done