summaryrefslogtreecommitdiff
path: root/net-mgmt/py-pysmi/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/py-pysmi/files/patch-setup.py')
-rw-r--r--net-mgmt/py-pysmi/files/patch-setup.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/py-pysmi/files/patch-setup.py b/net-mgmt/py-pysmi/files/patch-setup.py
new file mode 100644
index 000000000000..48643afcfe3a
--- /dev/null
+++ b/net-mgmt/py-pysmi/files/patch-setup.py
@@ -0,0 +1,12 @@
+--- setup.py.orig 2015-11-07 19:23:39 UTC
++++ setup.py
+@@ -80,7 +80,8 @@ params.update( {
+ 'pysmi.parser',
+ 'pysmi.codegen',
+ 'pysmi.borrower',
+- 'pysmi.writer' ],
++ 'pysmi.writer',
++ 'pysmi.tests' ],
+ 'scripts': [ os.path.join('scripts','mibdump.py') ]
+ } )
+