aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-eyed3/no-pathlib.patch
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-16 17:26:15 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-16 20:50:38 +0000
commit37caadb3b9d29d0bfab3f7a8df354552fd9e1e7e (patch)
treead89f11a8af6297ce3aa804608c8ab6a2f47532e /community/py-eyed3/no-pathlib.patch
parent9bc40b2ff1fbd0006a40519f5744bbaad81d74fa (diff)
downloadaports-37caadb3b9d29d0bfab3f7a8df354552fd9e1e7e.tar.bz2
aports-37caadb3b9d29d0bfab3f7a8df354552fd9e1e7e.tar.xz
community/py-eyed3: upgrade to python3
Diffstat (limited to 'community/py-eyed3/no-pathlib.patch')
-rw-r--r--community/py-eyed3/no-pathlib.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/py-eyed3/no-pathlib.patch b/community/py-eyed3/no-pathlib.patch
new file mode 100644
index 0000000000..756c052e54
--- /dev/null
+++ b/community/py-eyed3/no-pathlib.patch
@@ -0,0 +1,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: