File: control

package info (click to toggle)
python-playsound3 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 184 kB
  • sloc: python: 211; sh: 10; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Depends: ffmpeg,
         python3-certifi,
         python3-playsound3
Test-Command: cd "$AUTOPKGTEST_TMP" ; python3 -c "import playsound3 ; len(playsound3.AVAILABLE_BACKENDS) > 0"
Restrictions: superficial

# Tests need a soundcard
#Depends: ffmpeg,
#         python3-certifi,
#         python3-playsound3,
#         python3-pytest,
#         @
#Tests: run-testsuite3