diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2012-08-05 08:29:26 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2012-08-05 08:29:26 +0000 |
| commit | cb89876353015de2ec789aceef22587f90a02137 (patch) | |
| tree | 28a862a260c3a66fdf871f60a42c8cd4d5bfb380 /security/py-passlib/files | |
| parent | - Update to 0.0.5 (diff) | |
Add py-passlib 1.6, python password hashing framework supporting over 30
schemes.
PR: ports/168949
Submitted by: koobs <koobs.freebsd@gmail.com>
Diffstat (limited to 'security/py-passlib/files')
| -rw-r--r-- | security/py-passlib/files/patch-setup.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/py-passlib/files/patch-setup.py b/security/py-passlib/files/patch-setup.py new file mode 100644 index 000000000000..e6ab1c8429ef --- /dev/null +++ b/security/py-passlib/files/patch-setup.py @@ -0,0 +1,17 @@ +--- ./setup.py.orig 2012-06-11 20:52:21.000000000 +1000 ++++ ./setup.py 2012-06-11 20:52:35.000000000 +1000 +@@ -15,12 +15,8 @@ + + py3k = (sys.version_info[0] >= 3) + +-try: +- from setuptools import setup +- has_distribute = True +-except ImportError: +- from distutils.core import setup +- has_distribute = False ++from distutils.core import setup ++has_distribute = False + + #========================================================= + # init setup options |
