Files
Mojca Miklavec 5e04fe3f2f py-robotframework-ride: update to 1.7.3.1
* Update to 1.7.3.1
* Switch to github.
* Remove dependency on wxWidgets 2.8.
* Unfinished attempt to run tests.

See: https://trac.macports.org/ticket/46351
2019-06-23 21:45:27 +02:00

12 lines
373 B
Diff

--- setup.py
+++ setup.py
@@ -59,8 +59,6 @@ class CustomInstallCommand(install):
"""Customized setuptools install command - prints a friendly greeting."""
def run(self):
install.run(self)
- _ = sys.stderr.write("Creating Desktop Shortcut to RIDE...\n")
- os.system("ride_postinstall.py -install")
setup(
name='robotframework-ride',