aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
diff options
context:
space:
mode:
Diffstat (limited to 'find-provides.in')
-rwxr-xr-xfind-provides.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/find-provides.in b/find-provides.in
index 4bc489c..620c1d7 100755
--- a/find-provides.in
+++ b/find-provides.in
@@ -51,8 +51,8 @@ done | sort -u
#
# --- Python modules.
-[ -x @RPMVENDORDIR@/python.prov -a -n "$pythonlist" ] &&
- echo "$pythonlist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/python.prov | sort -u
+[ -x @RPMVENDORDIR@/pythoneggs.py -a -n "$filelist" ] &&
+ echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/pythoneggs.py --provides | sort -u
#
# --- Tcl modules.