File: no_need_for_md5.patch

package info (click to toggle)
python-expiringdict 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 124 kB
  • ctags: 39
  • sloc: python: 118; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
diff --git a/setup.py b/setup.py
index 9c62a96..ea051dd 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,4 @@
 from setuptools import setup, find_packages
-import md5  # fix for "No module named _md5" error
 
 
 setup(name='expiringdict',