summaryrefslogtreecommitdiff
path: root/dev-python/txtorcon/files/txtorcon-0.19.3-setup.py-Dontinstallthetests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/txtorcon/files/txtorcon-0.19.3-setup.py-Dontinstallthetests.patch')
-rw-r--r--dev-python/txtorcon/files/txtorcon-0.19.3-setup.py-Dontinstallthetests.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/txtorcon/files/txtorcon-0.19.3-setup.py-Dontinstallthetests.patch b/dev-python/txtorcon/files/txtorcon-0.19.3-setup.py-Dontinstallthetests.patch
deleted file mode 100644
index 0cf86fe74fbc..000000000000
--- a/dev-python/txtorcon/files/txtorcon-0.19.3-setup.py-Dontinstallthetests.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From f407d11f3d4951c301fd47df211f0d93d107b8d1 Mon Sep 17 00:00:00 2001
-From: Brian Dolbec <dolsen@gentoo.org>
-Date: Tue, 19 Sep 2017 11:49:14 -0700
-Subject: [PATCH] setup.py: Don't install the tests
-
-This was installing the tests to its own namespace, not under the txtorcon namespace.
-If you want the tests installed, then move them under the txtorcon namespace.
----
- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 38c6421..d5f8016 100644
---- a/setup.py
-+++ b/setup.py
-@@ -64,7 +64,6 @@ setup(
- url=__url__,
- license=__license__,
- packages=[
-- "test",
- "txtorcon",
- "twisted.plugins",
- ],
---
-2.14.1
-