forked from pool/python-selenium
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:
18
data_files.patch
Normal file
18
data_files.patch
Normal 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,
|
||||
)
|
Reference in New Issue
Block a user