diff options
Diffstat (limited to 'dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch')
-rw-r--r-- | dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch b/dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch new file mode 100644 index 000000000000..723c638349b7 --- /dev/null +++ b/dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch @@ -0,0 +1,13 @@ +Index: pyroute2-0.5.19/setup.cfg +=================================================================== +--- pyroute2-0.5.19.orig/setup.cfg ++++ pyroute2-0.5.19/setup.cfg +@@ -35,5 +35,8 @@ packages_dir = + =pyroute2 + packages = find: + ++[options.packages.find] ++exclude = tests ++ + [options.extras_require] + ss2 = psutil~=5.0 |