summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pottymouth/files/pottymouth-2.1.2-fix-setup.patch')
-rw-r--r--dev-python/pottymouth/files/pottymouth-2.1.2-fix-setup.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/pottymouth/files/pottymouth-2.1.2-fix-setup.patch b/dev-python/pottymouth/files/pottymouth-2.1.2-fix-setup.patch
deleted file mode 100644
index 716a0898d..000000000
--- a/dev-python/pottymouth/files/pottymouth-2.1.2-fix-setup.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 180f378..4c39292 100755
---- a/setup.py
-+++ b/setup.py
-@@ -1,9 +1,6 @@
- #!/usr/bin/env python
-
--try:
-- from setuptools import setup
--except ImportError:
-- from distutils.core import setup
-+from distutils.core import setup
- from pottymouth import __version__
-
- import os