You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/aplpy/files/aplpy-1.0-fix-dependencies....

15 lines
456 B

Author: Ole Streicher <olebole@debian.org>
Description: Change requires to install_requires
--- a/setup.py
+++ b/setup.py
@@ -94,8 +94,7 @@
version=VERSION,
description=DESCRIPTION,
scripts=scripts,
- requires=['astropy', 'numpy', 'matplotlib'],
- install_requires=['astropy'],
+ install_requires=['astropy', 'numpy', 'matplotlib'],
provides=[PACKAGENAME],
author=AUTHOR,
author_email=AUTHOR_EMAIL,