Do not ship a configparser module
This module is already backported in python-configparser package. Bug-Debian: https://bugs.debian.org/822157 Bug: https://github.com/PythonCharmers/python-future/issues/118 Last-Change: Thu, 13 Sep 2018 11:27:00 +0200 (by Andreas Tille <tille@debian.org> Most changes adopted upstream Gbp-Pq: Name remove-configparser-module.patch
This commit is contained in:
parent
a7e39d5255
commit
9b12839401
1
setup.py
1
setup.py
|
@ -133,7 +133,6 @@ try:
|
||||||
'builtins',
|
'builtins',
|
||||||
# Catch the case that configparser is in the build folder
|
# Catch the case that configparser is in the build folder
|
||||||
# from a previous version of `future`:
|
# from a previous version of `future`:
|
||||||
'configparser',
|
|
||||||
'copyreg',
|
'copyreg',
|
||||||
'html',
|
'html',
|
||||||
'http',
|
'http',
|
||||||
|
|
Loading…
Reference in New Issue