File: clean.patch

package info (click to toggle)
python-numpy-groupies 0.9.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 616 kB
  • sloc: python: 3,701; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Don't use broken Clean class.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -78,5 +78,5 @@ setup(name='numpy_groupies',
                    'Programming Language :: Python :: 3.8',
                    'Programming Language :: Python :: 3.9',
                    'Programming Language :: Python :: 3.10'],
-      cmdclass=dict(clean=Clean, **versioneer.get_cmdclass()),
+      cmdclass=dict(**versioneer.get_cmdclass()),
 )