ports/math/py-patsy/files/patch-setup.py
Martin Wilke 4ee6e6cda4 - Update to 0.4.1
PR:		205119
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	D4509
2015-12-11 14:08:42 +00:00

10 lines
324 B
Python

--- setup.py.orig 2015-12-08 02:16:42 UTC
+++ setup.py
@@ -21,7 +21,6 @@ setup(
license="2-clause BSD",
packages=["patsy"],
url="https://github.com/pydata/patsy",
- install_requires=["six", "numpy"],
classifiers =
[ "Development Status :: 4 - Beta",
"Intended Audience :: Developers",