diff --git a/localbuild/menu.json b/localbuild/menu.json index 7e662cffe..41ed23bee 100644 --- a/localbuild/menu.json +++ b/localbuild/menu.json @@ -10,7 +10,6 @@ "icon": "{{ MENU_DIR }}/msui.{{ ICON_EXT }}", "platforms": { "linux": { - "Categories": "Science", "command": ["{{ PREFIX }}/bin/msui.py"], "MimeType": ["application/x-menuinst"], "glob_patterns": { diff --git a/localbuild/meta.yaml b/localbuild/meta.yaml index caf2f3c9b..44b67da55 100644 --- a/localbuild/meta.yaml +++ b/localbuild/meta.yaml @@ -9,7 +9,7 @@ source: build: skip: true # [py<310] - number: 0 + number: 1000 entry_points: - msui = mslib.msui.msui:main - mss = mslib.msui.mss:main @@ -27,6 +27,7 @@ requirements: - numpy >=1.21 # [build_platform != target_platform] - pip - setuptools + - future - menuinst >=2.0.0 host: - python @@ -35,6 +36,7 @@ requirements: - future run: - python + - future - defusedxml - basemap >=1.3.3 - chameleon