You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
4.4 KiB

  1. --- a/collectors/python.d.plugin/Makefile.am
  2. +++ b/collectors/python.d.plugin/Makefile.am
  3. @@ -145,109 +145,3 @@ dist_third_party_DATA = \
  4. python_modules/third_party/monotonic.py \
  5. python_modules/third_party/filelock.py \
  6. $(NULL)
  7. -
  8. -pythonyaml2dir=$(pythonmodulesdir)/pyyaml2
  9. -dist_pythonyaml2_DATA = \
  10. - python_modules/pyyaml2/__init__.py \
  11. - python_modules/pyyaml2/composer.py \
  12. - python_modules/pyyaml2/constructor.py \
  13. - python_modules/pyyaml2/cyaml.py \
  14. - python_modules/pyyaml2/dumper.py \
  15. - python_modules/pyyaml2/emitter.py \
  16. - python_modules/pyyaml2/error.py \
  17. - python_modules/pyyaml2/events.py \
  18. - python_modules/pyyaml2/loader.py \
  19. - python_modules/pyyaml2/nodes.py \
  20. - python_modules/pyyaml2/parser.py \
  21. - python_modules/pyyaml2/reader.py \
  22. - python_modules/pyyaml2/representer.py \
  23. - python_modules/pyyaml2/resolver.py \
  24. - python_modules/pyyaml2/scanner.py \
  25. - python_modules/pyyaml2/serializer.py \
  26. - python_modules/pyyaml2/tokens.py \
  27. - $(NULL)
  28. -
  29. -pythonyaml3dir=$(pythonmodulesdir)/pyyaml3
  30. -dist_pythonyaml3_DATA = \
  31. - python_modules/pyyaml3/__init__.py \
  32. - python_modules/pyyaml3/composer.py \
  33. - python_modules/pyyaml3/constructor.py \
  34. - python_modules/pyyaml3/cyaml.py \
  35. - python_modules/pyyaml3/dumper.py \
  36. - python_modules/pyyaml3/emitter.py \
  37. - python_modules/pyyaml3/error.py \
  38. - python_modules/pyyaml3/events.py \
  39. - python_modules/pyyaml3/loader.py \
  40. - python_modules/pyyaml3/nodes.py \
  41. - python_modules/pyyaml3/parser.py \
  42. - python_modules/pyyaml3/reader.py \
  43. - python_modules/pyyaml3/representer.py \
  44. - python_modules/pyyaml3/resolver.py \
  45. - python_modules/pyyaml3/scanner.py \
  46. - python_modules/pyyaml3/serializer.py \
  47. - python_modules/pyyaml3/tokens.py \
  48. - $(NULL)
  49. -
  50. -python_urllib3dir=$(pythonmodulesdir)/urllib3
  51. -dist_python_urllib3_DATA = \
  52. - python_modules/urllib3/__init__.py \
  53. - python_modules/urllib3/_collections.py \
  54. - python_modules/urllib3/connection.py \
  55. - python_modules/urllib3/connectionpool.py \
  56. - python_modules/urllib3/exceptions.py \
  57. - python_modules/urllib3/fields.py \
  58. - python_modules/urllib3/filepost.py \
  59. - python_modules/urllib3/response.py \
  60. - python_modules/urllib3/poolmanager.py \
  61. - python_modules/urllib3/request.py \
  62. - $(NULL)
  63. -
  64. -python_urllib3_utildir=$(python_urllib3dir)/util
  65. -dist_python_urllib3_util_DATA = \
  66. - python_modules/urllib3/util/__init__.py \
  67. - python_modules/urllib3/util/connection.py \
  68. - python_modules/urllib3/util/request.py \
  69. - python_modules/urllib3/util/response.py \
  70. - python_modules/urllib3/util/retry.py \
  71. - python_modules/urllib3/util/selectors.py \
  72. - python_modules/urllib3/util/ssl_.py \
  73. - python_modules/urllib3/util/timeout.py \
  74. - python_modules/urllib3/util/url.py \
  75. - python_modules/urllib3/util/wait.py \
  76. - $(NULL)
  77. -
  78. -python_urllib3_packagesdir=$(python_urllib3dir)/packages
  79. -dist_python_urllib3_packages_DATA = \
  80. - python_modules/urllib3/packages/__init__.py \
  81. - python_modules/urllib3/packages/ordered_dict.py \
  82. - python_modules/urllib3/packages/six.py \
  83. - $(NULL)
  84. -
  85. -python_urllib3_backportsdir=$(python_urllib3_packagesdir)/backports
  86. -dist_python_urllib3_backports_DATA = \
  87. - python_modules/urllib3/packages/backports/__init__.py \
  88. - python_modules/urllib3/packages/backports/makefile.py \
  89. - $(NULL)
  90. -
  91. -python_urllib3_ssl_match_hostnamedir=$(python_urllib3_packagesdir)/ssl_match_hostname
  92. -dist_python_urllib3_ssl_match_hostname_DATA = \
  93. - python_modules/urllib3/packages/ssl_match_hostname/__init__.py \
  94. - python_modules/urllib3/packages/ssl_match_hostname/_implementation.py \
  95. - $(NULL)
  96. -
  97. -python_urllib3_contribdir=$(python_urllib3dir)/contrib
  98. -dist_python_urllib3_contrib_DATA = \
  99. - python_modules/urllib3/contrib/__init__.py \
  100. - python_modules/urllib3/contrib/appengine.py \
  101. - python_modules/urllib3/contrib/ntlmpool.py \
  102. - python_modules/urllib3/contrib/pyopenssl.py \
  103. - python_modules/urllib3/contrib/securetransport.py \
  104. - python_modules/urllib3/contrib/socks.py \
  105. - $(NULL)
  106. -
  107. -python_urllib3_securetransportdir=$(python_urllib3_contribdir)/_securetransport
  108. -dist_python_urllib3_securetransport_DATA = \
  109. - python_modules/urllib3/contrib/_securetransport/__init__.py \
  110. - python_modules/urllib3/contrib/_securetransport/bindings.py \
  111. - python_modules/urllib3/contrib/_securetransport/low_level.py \
  112. - $(NULL)