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

Last change on this file since 5164 was 5121, checked in by toby, 17 months ago

update fullrmc build files

File size: 312 bytes
RevLine 
[4383]1package:
2  name: pylocker
[5121]3  version: 3.1.0
[4383]4
5source:
6#  git_rev:
7  git_url: https://github.com/bachiraoun/pylocker.git
8
[4386]9build:
10  noarch: python
11
[4383]12requirements:
13  build:
14    - python
[4386]15    - psutil
[4383]16
17  run:
18    - python
[4386]19    - psutil
[4383]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.