ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
68 stars 38 forks source link

Use of deprecated setuptools pkg_resources in 3.19.0 #1072

Closed kitterma closed 8 months ago

kitterma commented 9 months ago

Describe the issue

When running the xml2rfc tests with setuptools 68.1.2, I get the following warning:

xml2rfc/__init__.py:51: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  import pkg_resources

I'm uncertain what they want you to use instead, but seems like something that ought to be addressed before becomes fatal.

Code of Conduct