Replace METADATA stubtest key with stubtest_apt_packages (#6704)

This commit is contained in:
Sebastian Rittau
2021-12-27 17:28:59 +01:00
committed by GitHub
parent 975b3e901b
commit 14e5d16c3a
9 changed files with 38 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
pyaudio.PaMacCoreStreamInfo
pyaudio.paMacCoreStreamInfo

View File

@@ -1,3 +1,3 @@
version = "0.2.*"
python2 = true
stubtest = false # install fails locally
stubtest_apt_dependencies = ["portaudio19-dev"]

View File

@@ -1 +1 @@
pycurl
pycurl.VERSION_FIRST

View File

@@ -1,2 +1,2 @@
version = "7.44.*"
stubtest = false # install failure, missing libcurl
stubtest_apt_dependencies = ["libcurl4-openssl-dev"]