Commit c6fc52f3 authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

~= update PRRT to v0.3.1

parent a0a52087
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -15,10 +15,3 @@ prrt_repo:
xlap_repo:
    file.absent:
         - name: /opt/rna/xlap

prrt_build_ext:
    cmd.run:
        - name: python setup.py install && python3 setup.py install
        - cwd: /opt/rna/prrt
        - require:
            - pip: pip_modules

salt/prrt/python.sls

0 → 100644
+9 −0
Original line number Diff line number Diff line
include:
  - prrt

prrt_build_ext:
    cmd.run:
        - name: python setup.py install && python3 setup.py install
        - cwd: /opt/rna/prrt
        - require:
            - pip: pip_modules