14
0

Initial package (1.0.1) for openSUSE.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=1
This commit is contained in:
Alexandre Rogoski
2009-09-21 21:16:00 +00:00
committed by Git OBS Bridge
commit fbb1004be8
6 changed files with 88 additions and 0 deletions

18
data_files.patch Normal file
View File

@@ -0,0 +1,18 @@
diff -Naurh ./setup.py selenium-1.0.1/setup.py
--- ./setup.py 2009-09-21 18:13:27.000000000 -0300
+++ selenium-1.0.1/setup.py 2009-09-21 18:13:50.000000000 -0300
@@ -60,10 +60,10 @@
package_dir = {'':'src'},
py_modules=['selenium'],
# put data files in egg 'doc' dir
- data_files=[ ('doc', [
- 'README.txt',
- ]
- )],
+# data_files=[ ('doc', [
+# 'README.txt',
+# ]
+# )],
include_package_data = True,
zip_safe = False,
)