aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-eyed3/no-pathlib.patch
blob: 756c052e54f8db58777acd2141ce73c7848397e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/requirements/requirements.yml
+++ b/requirements/requirements.yml
@@ -1,6 +1,5 @@
 main:
     - six
-    - pathlib # Remove with python 2.7 and 3.3
     - python-magic
 
 extra_display-plugin:
@@ -18,7 +17,6 @@
     - factory-boy
 
 test_py33:
-    - pathlib
     - mock
 
 dev: