repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
python
/
jedi
/
patches
/
01-test-no-django.patch
blob
1b51b62f8b45aafea0ec2c729499c30251e5e9b2
1
Django is not needed to run tests.
2
3
--- jedi-0.19.2/setup.py.orig
4
+++ jedi-0.19.2/setup.py
5
@@ -44,7 +44,6 @@
6
'docopt',
7
# coloroma for colored debug output
8
'colorama',
9
- 'Django',
10
'attrs',
11
],
12
'qa': [