diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2018-05-20 18:06:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2018-05-20 18:06:16 +0000 |
commit | c737c8bcd89e084db21f19b2b270639a0ce5ed5c (patch) | |
tree | 4f9a3cb10b38fdb62c54622d28bf90e2bcf150ca /security/py-flask-saml/files/patch-setup.py | |
parent | Update net/lft to 3.8 (diff) |
Flask-SAML is an extension for the Flask web application micro framework
that implements Security Association Markup Language (SAML) authentication.
WWW: https://bitbucket.org/asecurityteam/flask_saml
PR: 225202
Submitted by: John W. O'Brien <john@saltant.com>
Sponsored by: iXsystems Inc.
Notes
Notes:
svn path=/head/; revision=470467
Diffstat (limited to 'security/py-flask-saml/files/patch-setup.py')
-rw-r--r-- | security/py-flask-saml/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/py-flask-saml/files/patch-setup.py b/security/py-flask-saml/files/patch-setup.py new file mode 100644 index 000000000000..20ea55a0d425 --- /dev/null +++ b/security/py-flask-saml/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2018-05-21 01:06:59 UTC ++++ setup.py +@@ -25,7 +25,6 @@ setuptools.setup( + author='Florian Ruechel', + tests_require=['pytest >= 2.5.2', 'mock', 'sphinx', 'pytest-mock'], + install_requires=install_requires, +- setup_requires=['pytest-runner'], + author_email='fruechel@atlassian.com', + description='Flask SAML integration', + long_description=long_description, |