2016-11-18 22:39:22 +01:00

14 lines
468 B
Plaintext

$NetBSD: patch-ab,v 1.10 2016/08/03 23:41:48 kamil Exp $
--- setup.py.orig 2014-01-21 18:50:49.000000000 +0000
+++ setup.py
@@ -139,7 +139,7 @@ if __name__ == '__main__':
required_failed = []
good_packages = []
- for package in mpl_packages:
+ for package in [setupext.Numpy(),setupext.LibAgg(),setupext.BackendGtkAgg(),setupext.BackendGtk()]:
if isinstance(package, str):
print_raw('')
print_raw(package.upper())