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

Last change on this file since 4815 was 4386, checked in by toby, 3 years ago

use noarch & prepare for Jenkins builds

File size: 312 bytes
RevLine 
[4383]1package:
2  name: pylocker
3  version: 3.0.0
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.