commit | 9fc87e00dfee904c15a4dc2f8550e88658f2791c | [log] [tgz] |
---|---|---|
author | Philipp Schrader <philipp.schrader@gmail.com> | Sat Mar 10 20:36:39 2018 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Aug 05 10:43:00 2018 -0700 |
tree | 33f48ba05073ba0beae917b27c1233c4b8af5ad6 | |
parent | aedfc5c2a53815a956cad3ab6d5051c52f6e3944 [diff] [blame] |
Use pre-packaged Python libraries instead of /usr Change-Id: If27064f17c243ab1b0c98957a013eb86a37b5cb0
diff --git a/debian/slycot.BUILD b/debian/slycot.BUILD index 0122f5d..9853c40 100644 --- a/debian/slycot.BUILD +++ b/debian/slycot.BUILD
@@ -71,8 +71,8 @@ ], deps = [ ':slicot', - '@usr_repo//:python2.7_lib', - '@usr_repo//:python2.7_f2py', + '@python_repo//:python2.7_lib', + '@python_repo//:python2.7_f2py', ], copts = [ '-Wno-error',