diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-01-20 01:39:36 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-20 01:42:11 +0100 |
commit | 2d17a904aca81ed91c5a33ba15d244bca78ac4b8 (patch) | |
tree | 8de5fd29be346f7ad0d28b2e01265caa08a26f15 /tests | |
parent | 85a3d63f4a553a7bf179146d5710611f50441e6d (diff) | |
download | patches-2d17a904aca81ed91c5a33ba15d244bca78ac4b8.tar patches-2d17a904aca81ed91c5a33ba15d244bca78ac4b8.tar.gz |
tests: Adjust to python.scm split.
This is a followup to 44d10b1f722856ab8e9b942804aa7ef33e2ef739.
* tests/profiles.scm ("package->manifest-entry, search paths"): Adjust
module name for PYTHON2-MATPLOTLIB.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/profiles.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profiles.scm b/tests/profiles.scm index 1f9bbd099d..8816839d16 100644 --- a/tests/profiles.scm +++ b/tests/profiles.scm @@ -330,7 +330,7 @@ (test-assert "package->manifest-entry, search paths" ;; See <http://bugs.gnu.org/22073>. - (let ((mpl (@ (gnu packages python) python2-matplotlib))) + (let ((mpl (@ (gnu packages python-xyz) python2-matplotlib))) (lset= eq? (package-transitive-native-search-paths mpl) (manifest-entry-search-paths |