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
gst-editing-services1: update to 1.24.11
[oi-userland.git]
/
components
/
python
/
passlib
/
patches
/
04-no-unittest2.patch
blob
a7bff07365428b1def69725d155982e756fb2e18
1
unittest2 is not needed with recent Python versions.
2
3
--- passlib-1.7.4/tox.ini.orig
4
+++ passlib-1.7.4/tox.ini
5
@@ -149,7 +149,6 @@
6
# common
7
nose
8
coverage
9
- unittest2
10
11
# totp helper tests
12
# NOTE: cryptography requires python-dev, libffi-dev, libssl-dev