diff options
Diffstat (limited to 'www/moinmoin/files/patch-setup.py')
-rw-r--r-- | www/moinmoin/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/moinmoin/files/patch-setup.py b/www/moinmoin/files/patch-setup.py new file mode 100644 index 000000000000..18960d14d2ca --- /dev/null +++ b/www/moinmoin/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2016-10-31 20:44:02 UTC ++++ setup.py +@@ -26,6 +26,7 @@ def isbad(name): + return (name.startswith('.') or + name.startswith('#') or + name.endswith('.pickle') or ++ name.endswith('.orig') or + name == 'CVS') + + def isgood(name): |