Codebase list porechop / b2e406d
Add patch to fix FTBFS in the clean target Closes: #909761 Signed-off-by: Mattia Rizzolo <mattia@debian.org> Mattia Rizzolo 5 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Define that attribute like distutils.command.clean.initialize_options
1 Not sure what requires it, but everything is nicer with it...
2 Author: Mattia Rizzolo <mattia@debian.org>
3 Bug-Debian: https://bugs.debian.org/909761
4 Forwarded: no
5
6 --- a/setup.py
7 +++ b/setup.py
8 @@ -78,6 +78,7 @@
9
10 def initialize_options(self):
11 self.cwd = None
12 + self.all = None
13
14 def finalize_options(self):
15 self.cwd = os.getcwd()
00 add_python_interpreter_line.patch
11 no_soname.patch
2 define-all-attribute-in-clean.patch