Move pkg-map to dib-python

The latest Fedora/Ubuntu images don't ship python2 by default, so we
need to use our dib-python wrapper for this so we work in python3 only
environments.

Closes-bug: 1577105
Change-Id: I1048ceef35f269960216066924986eec6117ca00
This commit is contained in:
Ian Wienand 2016-06-07 15:00:00 +10:00
parent c621c5cc82
commit b9fdc70e32
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/bin/dib-python
# Copyright 2014 Red Hat Inc.
#

View File

@ -0,0 +1 @@
dib-python