Source: python-importlib-resources
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/python/importlib_resources/tags
Vcs-Browser: https://github.com/alvistack/python-importlib_resources
Vcs-Git: https://github.com/alvistack/python-importlib_resources.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-importlib-resources
Architecture: all
Description: Read resources from Python packages
 importlib_resources is a backport of Python 3.7's standard library
 importlib.resources module for 3.4 through 3.6. Users of Python 3.7 and
 beyond should use the standard library module, since for these versions,
 importlib_resources just delegates to that module.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-zipp (>= 3.1.0),
