py-applicationinsights: fix import tests (#23914)
This commit is contained in:
parent
6d2d99d1fe
commit
a9e3f21002
@ -11,6 +11,15 @@ class PyApplicationinsights(PythonPackage):
|
||||
homepage = "https://github.com/Microsoft/ApplicationInsights-Python"
|
||||
pypi = "applicationinsights/applicationinsights-0.11.9.tar.gz"
|
||||
|
||||
# 'applicationinsights.django' requires 'django', but 'django' isn't listed as a
|
||||
# dependency. Leave out of 'import_modules' list to avoid unnecessary dependency.
|
||||
import_modules = [
|
||||
'applicationinsights', 'applicationinsights.flask',
|
||||
'applicationinsights.exceptions', 'applicationinsights.requests',
|
||||
'applicationinsights.channel', 'applicationinsights.channel.contracts',
|
||||
'applicationinsights.logging'
|
||||
]
|
||||
|
||||
version('0.11.9', sha256='30a11aafacea34f8b160fbdc35254c9029c7e325267874e3c68f6bdbcd6ed2c3')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
Loading…
Reference in New Issue
Block a user