source: fullrmc-pkg/pylocker/meta.yaml @ 4794

Last change on this file since 4794 was 4386, checked in by toby, 4 years ago

use noarch & prepare for Jenkins builds

File size: 312 bytes
Line 
1package:
2  name: pylocker
3  version: 3.0.0
4
5source:
6#  git_rev:
7  git_url: https://github.com/bachiraoun/pylocker.git
8
9build:
10  noarch: python
11
12requirements:
13  build:
14    - python
15    - psutil
16
17  run:
18    - python
19    - psutil
20   
21#test:
22#  imports:
23#    -
24
25about:
26  home: https://bachiraoun.github.io/pylocker/
Note: See TracBrowser for help on using the repository browser.