- Add missing patch file
Submitted by: Kubilay Kocak <koobs.freebsd AT gmail.com> (maintainer) Reported by: pointyhat
This commit is contained in:
parent
211c7b5093
commit
0dac836418
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301350
11
devel/py-sanetime/files/patch-setup.py
Normal file
11
devel/py-sanetime/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./setup.py.orig 2012-07-14 18:23:43.000000000 +1000
|
||||
+++ ./setup.py 2012-07-14 18:24:21.000000000 +1000
|
||||
@@ -20,6 +20,7 @@
|
||||
'unittest2'
|
||||
],
|
||||
test_suite='sanetime.test',
|
||||
- platforms=['any']
|
||||
+ platforms=['any'],
|
||||
+ zip_safe=False
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user