Merge pull request #43 from noelmcloughlin/fixes

Add Suse pips support
This commit is contained in:
Niels Abspoel 2019-02-19 22:13:45 +01:00 committed by GitHub
commit f0ad82fedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,11 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
Suse:
pips:
required:
pkgs:
- python2-pip
Debian:
pips:
required:

View file

@ -24,6 +24,9 @@ packages:
- wget
- git
pips:
#required:
# pkgs:
# - python2-pip
wanted:
- dxpy
- attrs