14
0

Accepting request 614498 from home:jubalh

Needed for (future) package flashfocus.
Please add me as maintainer.

OBS-URL: https://build.opensuse.org/request/show/614498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xpybutil?expand=0&rev=1
This commit is contained in:
2018-06-06 09:16:50 +00:00
committed by Git OBS Bridge
commit db8c386bee
6 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
diff -urEbwB xpybutil-0.0.5/setup.py xpybutil-0.0.5.new/setup.py
--- xpybutil-0.0.5/setup.py 2018-05-09 05:42:29.000000000 +0200
+++ xpybutil-0.0.5.new/setup.py 2018-06-06 10:50:36.838622926 +0200
@@ -11,7 +11,6 @@
print('See: http://cgit.freedesktop.org/xcb/xpyb/')
print('More options: xpyb-ng:', 'https://github.com/dequis/xpyb-ng',
'and xcffib:', 'https://github.com/tych0/xcffib')
- sys.exit(1)
setup(
name="xpybutil",
@@ -24,5 +23,4 @@
url="http://pytyle.com",
platforms='POSIX',
packages=['xpybutil'],
- data_files=[('share/doc/xpybutil', ['README.md', 'COPYING'])]
)