summaryrefslogtreecommitdiff
path: root/emulators/dynagen/files/setup.py
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-05-16 19:29:50 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-05-16 19:29:50 +0000
commit49b87c519ca7af0525ed709bf7d05ef437117752 (patch)
tree56f98b789ed23e0763e91d2855fe2979aad8049a /emulators/dynagen/files/setup.py
parentmail/milter-bogom: Fix build on systems without base sendmail (diff)
- Allow to work with python 3
- Use autoplist PR: 199781 Submitted by: pavelivolkov@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=386571
Diffstat (limited to 'emulators/dynagen/files/setup.py')
-rw-r--r--emulators/dynagen/files/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dynagen/files/setup.py b/emulators/dynagen/files/setup.py
index c5a3ca264629..1b69129fd2d8 100644
--- a/emulators/dynagen/files/setup.py
+++ b/emulators/dynagen/files/setup.py
@@ -14,7 +14,7 @@ setup( # Distribution meta-data
url = "http://sourceforge.net/projects/dyna-gen",
license = "GPLv2",
long_description = """Dynagen is a utility for use with the dynamips Cisco router simulator. It allows you to quickly provision and manage virtual networks using an INI like configuration file.""",
- py_modules = ['confConsole','console','dynamips_lib','pemu_lib', 'pemubin', 'pemuwrapper']
+ py_modules = ['confConsole','console','dynamips_lib','pemu_lib','pemubin','pemuwrapper']
)
print "If you have installed the modules, copy dynagen to some "