1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 15:29:15 -04:00
ports/devel/buildbot-worker/files/patch-setup.py
Michael Gmelin decb34e715 Fix failed rename of buildbot-slave to buildbot-worker 2/2
(problematic commit was r437059)

This hsould unbreak INDEX.

Reported by:	mat
2017-03-28 15:42:26 +00:00

12 lines
442 B
Python

--- setup.py.orig 2017-02-08 10:06:13.000000000 +0100
+++ setup.py 2017-03-07 15:28:03.225761995 +0100
@@ -104,9 +104,6 @@
"buildbot_worker.test.unit",
"buildbot_worker.test.util",
],
- # mention data_files, even if empty, so install_data is called and
- # VERSION gets copied
- 'data_files': [("buildbot_worker", [])],
'cmdclass': {
'install_data': our_install_data,
'sdist': our_sdist