forked from pool/python-concurrentloghandler
Accepting request 412406 from home:1Antoine1:branches:devel:languages:python
- Fix build (boo#985412):
* Use --record-rpm instead of --record for listing files
installed with setup.py
* Fix ConcurrentLogHandler-0.9.1-testpath.patch: py files were
not installed.
OBS-URL: https://build.opensuse.org/request/show/412406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-concurrentloghandler?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
3fa72e4afe
commit
89a72a73a1
@@ -1,10 +1,9 @@
|
||||
--- setup.py
|
||||
+++ setup.py
|
||||
@@ -261,14 +261,7 @@
|
||||
"cloghandler",
|
||||
@@ -262,13 +262,7 @@ setup(name='ConcurrentLogHandler',
|
||||
"portalocker",
|
||||
],
|
||||
- package_dir={ '' : 'src', },
|
||||
package_dir={ '' : 'src', },
|
||||
- data_files=[
|
||||
- ('tests', ["stresstest.py"]),
|
||||
- ('docs', [
|
||||
@@ -12,7 +11,7 @@
|
||||
- 'LICENSE',
|
||||
- ]),
|
||||
- ],
|
||||
+ data_files=[ ],
|
||||
+ data_files=[],
|
||||
url="http://launchpad.net/python-concurrent-log-handler",
|
||||
license = "http://www.apache.org/licenses/LICENSE-2.0",
|
||||
description=doc.pop(0),
|
||||
|
||||
Reference in New Issue
Block a user