diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-06-10 18:02:45 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-06-11 11:15:23 +0200 |
commit | c70718c1d11fd3eac4da8a9f74ff5951bc12780f (patch) | |
tree | e85a5a0a5ebd82ccf839401105a0c2e39d1cd134 /packages | |
parent | 840ffc9be0fc25cdd6dd488e512c156b68f34036 (diff) |
recipes: Add a matplotlib recipe
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pitivi.package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pitivi.package b/packages/pitivi.package index c092baaf..1717e60c 100644 --- a/packages/pitivi.package +++ b/packages/pitivi.package @@ -29,7 +29,7 @@ class Package(package.App): 'gstreamer-1.0-editing', 'gstreamer-1.0-devtools', 'gtk-3.0', 'python3'] - files = ['shared-mime-info', 'clutter', 'clutter-gtk', 'pitivi'] + files = ['shared-mime-info', 'pitivi', 'matplotlib'] # Needed to bundle for linux desktop_file='share/applications/pitivi.desktop' |